xstate-ninja icon indicating copy to clipboard operation
xstate-ninja copied to clipboard

Prevent new state frames when finite state not changed

Open rlaffers opened this issue 9 months ago • 0 comments

If an event did not change current finite state (only actions are executed, or the transition was internal) a new state frame might not be needed. Make sure we visualize entry/exit events correctly even if the finite state did not change.

rlaffers avatar Oct 01 '23 10:10 rlaffers