-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Error when using latest create-react-app #8223
Comments
Having the same issue. |
Hi @0tho, have you tried (while on the newer |
Hi @mrmckeb - I'm having the same issue, and a reinstall didn't fix things. My error is different, however:
Do let me know if this feels separate to this issue and I'll add a new one! |
Are you able to share that repo with me @calumgunn? |
@mrmckeb Sadly not as it's in a private repo... I'll try to find time to create a minimal reproduction today. |
Thanks, reproductions are very valuable - and I understand that you can't always share a project. @0tho, if you're issue is related to the issue you linked to, that has been resolved... I'll ask for a patch release. |
@mrmckeb updated to |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Describe the bug
I recently updated
@storybook/react
andreact-scripts
, and now I cannot start storybook.With
@storybook/react@5.2.1
andreact-scripts@3.1.x
, I get the error presented on the screenshot. Changing back toreact-scripts@3.0.1
though works fine.To Reproduce
Steps to reproduce the behavior:
@storybook/react@5.2.1
andreact-scripts@3.1.x
,Expected behavior
Should not crash.
Screenshots
If applicable, add screenshots to help explain your problem.
System:
Additional context
I am uncertain if this is an issue with storybook or CRA.
The text was updated successfully, but these errors were encountered: