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
It seems there are predraw and postdraw events in the ActorEvents types, but I don't believe they are actually emitted.
I think these were added in the strong event types refactor - perhaps by accident, but FWIW it would be handy to have these events directly on the actor 😄
Steps to Reproduce
Add an event listener on the actor for predraw or postdraw
It seems there are
predraw
andpostdraw
events in the ActorEvents types, but I don't believe they are actually emitted.I think these were added in the strong event types refactor - perhaps by accident, but FWIW it would be handy to have these events directly on the actor 😄
Steps to Reproduce
Add an event listener on the actor for
predraw
orpostdraw
https://codesandbox.io/p/devbox/admiring-elion-dqsvzf?file=/index.js:23,1-26,8
Expected Result
Events should emit
Actual Result
Events do not emit
Environment
Current Workaround
N/A
The text was updated successfully, but these errors were encountered: