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

Storybook demo not working #6

Closed SimeonC closed 3 years ago

SimeonC commented 3 years ago

Deployed but not working in browser (Edge, FF, windows)

https://simeonc.github.io/storybook-xstate-addon

SimeonC commented 3 years ago

See issue in xstate repo for why this isn't working; https://github.com/davidkpiano/xstate/issues/2020

This line disables all devTools in a "production" run, meaning build-storybook will not work.

kaelig commented 3 years ago

👋🏻 I'm not able to display the addon in the demo, is that normal (perhaps related to the fact it's a production run, which won't display the tool)?

SimeonC commented 3 years ago

Thanks for pointing that out, I thought I'd fixed it but missed the lib build step in the github actions! Looks like it should be fixed now.