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: Storybook expecting package.json export #149

Closed dflynn15 closed 7 months ago

dflynn15 commented 9 months ago

Why?

Fix #148 after Storybook made some changes with 7.5 expecting the package.json to be exported. Having the package.json exportable helps when defining the import syntax, references, and build tools.

atlassian-cla-bot[bot] commented 9 months ago

Hooray! All contributors have signed the CLA.

ccsenter commented 7 months ago

When will this be merged? Without this fix we have to keep this addon out from our configuration.

ccsenter commented 7 months ago

We tested the solution provided by @dflynn15 and worked, hurray. @DarkPurple141 do you guys have plans to merge this into master soon? Thanks!