smarko82

Results 3 issues of smarko82

The following machine does not render anything in the visualizer... ``` export const loadingFSMSchema = createMachine({ initial: 'idle', states: { idle: { entry: [actions.log((context) => '--- [loadingFSM] --- idle '),...

Isn't "hand" tool to move graph available on XState Viz VSCode Plugin? ![no_hand](https://user-images.githubusercontent.com/12391417/146620924-046f131f-12cc-4d70-b786-d92ecebc1938.png) https://stately.ai/viz has it: ![hand](https://user-images.githubusercontent.com/12391417/146620908-6454e360-8acd-44fe-83dc-13c66f195b20.png)

Hi, I am using a framework that changes url to perform routing. In this situation, it seems I cannot see full hierarchy of invoked machines. When I am on home...