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
We can't simply append the command to the change queue at this point. The WITH commands hasn't been sent at this point. Therefore the commands won't be interpreted correctly by the Compositor.
Steps to reproduce
removeChild
on parentExample (self-contained)
Relevant code sample
Error
Cause
The commands sent by
Mesh#onDismount
are incorrect. They don't include a node location/ path. Therefore the compositor can't split the command.The text was updated successfully, but these errors were encountered: