-
-
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]: Uncaught TypeError: __webpack_require__.nmd is not a function #27354
Comments
Experiencing the same issue with storybook v8+. And because of that, HMR & component remounting doesn't work. I need to refresh page manually to see the updated style/props on the component. |
Unfortunatelly I can't rollback to v7, because I use input signals and it's supported in the latest versions of storybook. |
Good news: With v8.1.1 it works properly. with v8.1.2 and v8.1.3 there is an error mentioned in this post, on load. There is an error for Angular 17 as well if @storybook/angular library version is |
@valentinpalkovic probably the issue is somewhere in this change: |
Created a minimal repo which can reproduce the issue: Using |
Does the following canary release fix your issue?
|
@valentinpalkovic Yes! checked and in the following canary release, the issue is fixed 👌🏻 |
Describe the bug
I update angular to v18,then get a error:Uncaught TypeError: webpack_require.nmd is not a function.
Reproduction link
sorry
Reproduction steps
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: