atlassian-labs / storybook-addon-performance

🚧 A storybook addon to help better understand and debug performance for React components.
https://storybook-addon-performance.netlify.com
Other
652 stars 32 forks source link

fix: Remove xstate utils #134

Closed DarkPurple141 closed 1 year ago

DarkPurple141 commented 1 year ago

The import xstate/lib/utils was not being consumed correctly by consumers using the mjs bundle. This addresses that.

Resolves #132.