-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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]: Cannot read properties of undefined (reading 'custom') in Next.js project #21911
Comments
Here is the GitStart Ticket for this issue: https://clients.gitstart.com/storybook-oss/1/tickets/STORYBOOK-21911 |
|
Hi, Is there a workaround in the meantime? |
Having the same issue. Considered that it may be our stories that could be causing this issue so removed all of our older stories and tried a fresh build with nextjs13. Issue continued and we cannot seem to find what could be causing this issue. |
For me, adding in a
|
Thank you so much! This is exactly what we needed. |
For whatever package manager you're using, it's pulling in the actual |
Describe the bug
The issue started in https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.29 and I suspect it might be related to #20615
To Reproduce
Check https://github.com/storybookjs/status-page
Go to
feat/upgrade-storybook
This has a workaround
The way to work around this issue is to customize webpack to mock out
assert
:System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: