You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
further "playing" with this project, I stumbled upon a warning regarding a missing "emits" for the circle component. When adding this option for a test, it lacked propagation.
As far as I could see this issue also affects the rectangle component.
If I understood everything correctly, adding emits: events to the export and using the afterCreate hook used in other components to register and actively emit events should do the trick, see here: 1e1222f
Thanks for looking into this!
The text was updated successfully, but these errors were encountered:
Hi everyone,
further "playing" with this project, I stumbled upon a warning regarding a missing "emits" for the circle component. When adding this option for a test, it lacked propagation.
As far as I could see this issue also affects the rectangle component.
If I understood everything correctly, adding
emits: events
to the export and using the afterCreate hook used in other components to register and actively emit events should do the trick, see here:1e1222f
Thanks for looking into this!
The text was updated successfully, but these errors were encountered: