-
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
Crashes when using Create-React-App #25
Comments
Hi @DalderupMaurice Let me know if that helps so I can either close the ticket or run more investigation |
We don't use create-react-app and we're having the same issues. Having the same issue here, and neither using node 12 or passing an extra param are options at the moment, unfortunately. NOTE: We have close to 100 dependencies and none caused this issue.
|
While searching for a replacement to the lib, I decided to try v3 just in case, and it worked for me @DalderupMaurice |
Oh great! I haven't found any other solutions, but the ones proposed by @andreasonny83 (more specifically - upgrading to node 12) have done the job for me. |
Glad to hear that. thanks |
(taken from storybookjs/storybook#5183) |
Hi!
Using Create-React-App (latest version right now) with Typescript in a yarn workspace monorepo, importing and using this library resulted in the following error when trying to start the application for development:
When removing the code snippet below, the application started working again
The text was updated successfully, but these errors were encountered: