-
-
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
Addon-docs: hot module replacement throws error #6738
Comments
@glappsi Sorry I missed this one. Are you still seeing this issue on the latest beta? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Hi @shilman, I'm encountering this issue on |
@rijkvanzanten this exact error? i thought zone-xxx was an angular thing.. |
Hmm, same symptom caused by something else
|
It starts happening to me as soon as I have more than 1 Works:
Causes the error:
|
Scratch that, I'm seeing it without multiple items per preview now too. Maybe it's caused by the total item of elements.. ? |
@rijkvanzanten Are you using Vue inline story rendering in SB Docs, or iframes? |
I tried both, doesn't seem to make a difference |
@rijkvanzanten I tried adding your example to our Example: ee29dba |
This is happening for me in a pretty big project. Let me try to delete everything but the storybook story so you have an accurate reproduction 👍 |
I get this error all the time and now the only way I can fix it is by restarting the server which is really painful. I did notice that it seems to happen with particular stories. Once those stories are introduced, everytime there is an update I get a similar hot update error message. Below is a snapshot of my deps that might be helpful.
|
@tommyc38 do you have a repro I can look at? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@maxigimenez do you have a repro repo? |
@shilman Sadly no, is a private repository. I will try to set-up a new one! |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
This is also happening for me, will see if I can reproduce it, but it seems to happen when I have around 5 stories in MDX docs |
Describe the bug
I am using storybook for angular. Since I installed the addon-docs and created my first mdx file, the hot moddule replacement crashes with following error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hot module replacement should work.
System:
The text was updated successfully, but these errors were encountered: