`AbstractSimiWidget.renderButton` is incompatible with yarn mapping
Phoupraw opened this issue ยท 4 comments
Describe the Suggestion
AbstractSimiWidget.renderButton
has the same method signature with Widget.renderButton
(mojmap: AbstractWidget.renderWidget
), causing all projects which use yarn mapping to fail to load.
Screenshots and Videos
No response
Additional Context
No response
renderButton overrides renderButton in AbstractWidget. If that's not being remapped to renderWidget in yarn, that sounds like a bug in loom.
fix PR opened: Creators-of-Create#5558