-
-
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
[Bug]: Storybook incompatible with Next.js 13.4.8
#23287
Comments
+1 |
Also upgraded both next and storybook and ran into the same error. Tried different versions of storybook, but same error. only solution for now was to downgrade next to 13.4.7 and wait for now |
+1 it seems that indeed Storybook is broken with Next.js 13.4.8, I wonder what exactly is going on here. |
Also having the same issue with |
Same issue here with Next.js version 13.4.8 |
Same |
Issue fixed when updating to Thanks! |
The bugfix will also get patched back to version 7.0.x soon! |
"TypeError: Cannot redefine property: default" update storybook version, followed by storybookjs/storybook#23287 (comment) for now
If you are still experiencing this issue with the new versions, it may be related to the change you made in |
Describe the bug
Since upgrading to the latest nextjs (
13.4.8
), storybook throws the following error (but it starts correctly). Double-tested downgrading again to13.4.7
where everything works as expected.To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: