SimeonC / storybook-xstate-addon

A storybook addon to assist with writing stories that rely on xstate
https://SimeonC.github.io/storybook-xstate-addon/
MIT License
54 stars 6 forks source link

Stately Visualizer says "Services from a separate process are currently being inspected" #51

Open priyath opened 1 year ago

priyath commented 1 year ago

I am trying to run a very basic example with the storybook-xstate-addon. However, the visualiser simply shows a message saying Inspection mode: Services from a separate process are currently being inspected. No other noticeable behavior can be seen.

This same issue was observed on my local when I cloned this repository from a different (unrelated) issue: https://github.com/TheKnarf/storybook-xstate-test

Any tips on what could be wrong with my setup is highly appreciated.

Screenshot 2022-12-20 at 22 16 21
SimeonC commented 1 year ago

Hey, thanks for the bug report - looks like this is happening on our demo on main branch as well so I think it might be a change with the visualiser itself. I probably won't be able to have a look until third week January as I'm on leave till then and not supposed to be coding till then!

priyath commented 1 year ago

No worries, thanks for the prompt response. I also noticed accessing stately's visual editor via https://stately.ai/viz?inspect results in the same behavior. But accessing https://stately.ai/viz seem to enable the editor as expected.

Hopefully that helps, enjoy your holidays!