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

feat: support full inspect options in parameters #35

Closed SimeonC closed 2 years ago

SimeonC commented 2 years ago

Updating the parameters usage and dependencies to support “serialize” option in @xstate/inspect for things like dom refs which crash the default serializer.

BREAKING CHANGE: this replaces the inspectUrl parameter with xstateInspectOptions.url so we can safely support all the options.