This codesandbox includes a 2 state example. I've also experienced the same behavior with 3 states so assume it's related any cycle from always transitions.
Additionally, the inspector doesn't render anything when this cycle is present. But after commenting an always transition in the cycle, it renders correctly.
(When using the visualizer, independently of the vscode extension, everything renders without a problem)
This codesandbox includes a 2 state example. I've also experienced the same behavior with 3 states so assume it's related any cycle from
alwaystransitions.Additionally, the inspector doesn't render anything when this cycle is present. But after commenting an
alwaystransition in the cycle, it renders correctly.(When using the visualizer, independently of the vscode extension, everything renders without a problem)