-
Notifications
You must be signed in to change notification settings - Fork 261
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
Some Storybook components do not render correctly after migration #11707
Comments
An upgrade to Storybook 8 with VueCLI/Webpack is not possible due deprecation so we should migrate to Vite asap #7468 |
I tried to move to Storybook8 using Vite, but unfortunately, it reached a point of incompatibility. |
It looks like it's possible to add I am currently trying to port one by one the configuration. The examples are working correctly after tweaking around. |
As a final result of my whole research about Storybook 8, it looks like it's not allowed anymore to use just MDX (flavored markdown) to document components. It is now required to first declare it as SFC (Storybook Format Component), then reference it with custom documentation if needed. |
For some reason, the plugins are not added to the configuration with Webpack when added in Installing a new version with |
Description
As by title, some components are not displayed correctly, as well as some errors are returned in some pages.
Known issues:
Screenshots
The text was updated successfully, but these errors were encountered: