-
-
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]: TypeError: Cannot redefine property: default #23314
Comments
this is exactly what I am getting right now..... |
I am also experiencing this issue. I use Storybook latest version(7.0.25) and Next.js latest version(13.4.8). |
the same problem |
It really works for me. I downgrade next version and the problem has gone. Thank you. |
Same here. Upgraded next to 13.4.8 and storybook is not working anymore |
Fixed in https://github.com/storybookjs/storybook/releases/tag/v7.0.26 and also in the latest beta |
If you are still experiencing this issue on new versions, it may be related to the change you made in |
I still have the error on latest version and I never did any change to preview for unoptimizing images |
Describe the bug
I've been trying to configure the Storybook in Next.js for a few hours now. It turns out that when running "npm run storybook" and accessing it in the browser, I get an error message:
I created a repository containing the code that is generating error. It's just code generated by "create-next-app" and "nb init"
https://github.com/pedro3g/nextjs-storybook-issue
To Reproduce
https://github.com/pedro3g/nextjs-storybook-issue
System
Additional context
No response
The text was updated successfully, but these errors were encountered: