-
Notifications
You must be signed in to change notification settings - Fork 106
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] React 18 is not working #340
Comments
Thanks for the report! I see what's going on, the dynamic import is missing a |
Interesting, when building for production, the methods from the default export are hoisted up directly to the parent |
I have upgraded to version 6.5.0-alpha.64, everything is working now. |
Describe the bug
When updating to React 18, the error drops:
Steps to reproduce the behavior
Expected behavior
Well at least there shouldn't be a mistake.
Screenshots and/or logs
Environment
Additional context
I checked, the problem started with this line: https://github.com/storybookjs/builder-vite/compare/v0.1.27...v0.1.28?diff=split#diff-bd0c0785607831a0bfe079077208f5a4ec1b10ef8205c7b733c25b2e973312edR13
The text was updated successfully, but these errors were encountered: