-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Error: Storybook 7.0+ doesn't support react-scripts@<5.0.0. #22794
Comments
The code that checks this is very explicit and simple, it checks the I would suggest you run |
I encounter the same issue. We are on react-scripts@5.0.1. |
OK, I found a workaround. I noticed that this code only checks In our project, we had I still think storybook should check |
@felixmokross Would you like to open a PR to fix this? It sounds like being a simple fix. |
happy to do it by week's end! |
Thanks, @Sidnioulz! For me, it would take some lead time as I am not familiar with the repo. |
I have the same issue here. Looking forward for a fix! :) |
Fixed by #22642 and released in v7.1.0-alpha.36 |
Describe the bug
I am trying to intialize storybook to my React Project, which was created with create-react-app
I updated the react-scripts version to 5.0.1 and my React version is 18.2.0, node 16.20.1.
but still I am facing this issue.
Error: Storybook 7.0+ doesn't support react-scripts@<5.0.0.
can anyone please let me know how to fix this and intall storybook?
To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: