Closed lanmonster closed 3 years ago
Description
https://xstate.js.org/viz/ cannot handle a machine that uses the always transition. it does not show that there is a valid transition and does not take it.
always
Expected Result
copy the machine from https://xstate.js.org/docs/guides/transitions.html#eventless-always-transitions into the visualizer update send the AWARD_POINTS event go to the win state
Actual Result
no transition is taken
Reproduction
Additional context
Please use the XState inspector (CodeSandbox template) instead.
More info: statecharts.io
Description
https://xstate.js.org/viz/ cannot handle a machine that uses the
always
transition. it does not show that there is a valid transition and does not take it.Expected Result
copy the machine from https://xstate.js.org/docs/guides/transitions.html#eventless-always-transitions into the visualizer update send the AWARD_POINTS event go to the win state
Actual Result
no transition is taken
Reproduction
Additional context