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