Closed LeonLiuY closed 1 year ago
That's strange; I'm guessing it might be because the viz is on an older version.
You can replace raise('event')
with send('event')
as a semi-workaround.
You can replace raise('event') with send('event') as a semi-workaround.
Thanks but they are not equivalent. (Just note here to warn other readers before applying this workaround.)
This is still a blocker preventing us from being able to debug most of our statecharts at runtime :(
This is still a blocker preventing us from being able to debug most of our statecharts at runtime :(
Thanks for the feedback; looking into it.
Description
When using raise actions in state node transitions, the inspector fails to render anything.
Expected result
The inspector should work.
Actual result
The inspector crashes.
Reproduction
https://codesandbox.io/s/charming-colden-dqgjy5?file=/src/index.js
Additional context
No response