-
Notifications
You must be signed in to change notification settings - Fork 65
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
⬆️ Upgrade storybook 7.0 (previously mdx 2) #2514
Comments
Is this done, since it is listed as a blocker for react 18? |
Its not done, but had to be done after #2285 as it had upgrades and changes to Storybook config. Should be good to do the migration now. |
From what I can see, the experimental mdx2 support in storybook 6.5 is still problematic and I am not the only one getting styling issues. They say it will work better out of the box with storybook 7, So I think perhaps we should just wait for that and upgrade to storybook 7 whenever that is stable. Things to note when upgrading: |
Storybook 7.0 is now released. We'll probably wait for at least 7.1.0 (currently in alpha) |
Note: in storybook 7, the |
MDX has been updated to 2.0 with big changes: https://mdxjs.com/blog/v2/
Storybook will eventually move to mdx-2, migration guide for experimental support: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#opt-in-mdx2-support
The text was updated successfully, but these errors were encountered: