-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook 8 compatibility #208
Comments
Yeah. I have an update on Storybook 8 and have a problem. The following packages are incompatible with Storybook 8.0.0. I found it with npx storybook@latest doctor |
We are using this addon as well and we have been quite happy with it so far. It would be awesome if you found some time to make it Storybook 8 compatible. |
@lekarev90 @MikaKarjunen I'll prioritise the migration work to support Storybook ^8. I don't have any release date yet, but I will keep you updated here. |
How it's released and I'm getting this error when I'm building Storybook 8 with React and Vite:
Not if I remove storybook-addon-mock though. |
This bug in storybook-addon-pseudo-states has the same error message and it started happening with the upgrade to Storybook 8. Linking to it since it might help fix this issue. |
I just contributed to the bounty on this issue: https://until.dev/bounty/linearlabs-workspace/storybook-addon-mock/208 The current bounty for completing it is $50.00 if it is closed within 1 month, and decreases after that. |
Any updates on this issue? We're stuck on storybook 7.. |
To anyone else ending up in here, frustrated to be stuck on Storybook 7: We migrated to msw-storybook-addon. The setup in a little more complex, but feature wise it was a drop in replacement for us. (Note that you have to install v1 of msw because the add-on it not yet compatible with new version 2. They seem to be working adding support, though.) |
Hello ! I've fixed it to the best of my ability and a little sunday afternon. And migrated to storybook v8. I'll create a PR and all of that |
Really great to see a pull request that could add support for Storybook 8. Does anybody know if @nutboltu will have time to look at the PR? There is a badge with the text "I may be slow to respond" on his profile picture - I don't know about this feature on GitHub, so I don't if this is something added by a bot, or something you set up manually. Does anybody else have merge rights? |
This issue should be closed now right ? @nutboltu |
Hey @nutboltu! I’m one of Storybook’s core maintainers.
Storybook 8 (our next major release) is coming soon, and it introduces some breaking changes that your addon might need to account for.
We’ve listed all the key changes in a new Storybook 8 migration guide, and we’d encourage you to check it out and see if your addon is impacted.
We also have an addons channel in our Discord community, which we’d like to use to better communicate with addon authors in the future. If you’re not part of the server, consider joining here and message me (@joevaugh4n) so that I can give you the addon creator role! If you’re already in the server, please just ping me and I’ll respond to you there.
Thanks for being a part of our addon community!
Joe
The text was updated successfully, but these errors were encountered: