-
Notifications
You must be signed in to change notification settings - Fork 103
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/preset-create-react-app 4.0.1 breaks Storybook #237
Comments
I had the same issue, couldn't find a way to solve it except reverting version to v3.2.0. |
Just ran into this myself while doing regular dependency update maintenance on a codebase. Even |
confirming, the same problem. Reverting to 3.2.0 helps |
In my case this solution worked: yarn add -D @storybook/builder-webpack5
yarn add -D @storybook/manager-webpack5 bump core: {
builder: 'webpack5',
}, |
I mainly upgraded/added that preset because Storybook is telling people to add it...
Just upgraded to the latest 4.0.1 and Storybook won't load... it just show the spinning icon with no real helpful error messages...
Version 3.2.0 works, but I don't want to use that version because I need
[email protected]
...Storybook itself compiles fine with no errors.
The text was updated successfully, but these errors were encountered: