-
-
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
Storybook not recovering from errors "Error: _get__(...).unmountComponentAtNode is not a function" #275
Comments
Is it possible to get a kind of a sample project. So, I can work on this. |
May be related to this: #276 |
Got this issue too since 1.34.x. I need to it a full reload each time the red warning is displayed. |
Yep. Found the issue and fixed with the newest version: |
Thanks 👍 You nailed it. |
Great. Going to close this then :) |
@arunoda : Can you clarify what exactly the issue was? I'm seeing the same issue in my own app, and this is the only real hit for the specific error message. |
@markerikson are you using the latest version of Storybook? |
Ah... no, I'm not using Storybook at all, I'm just using |
Actually, not we are using a our own error box. We don't use react-redbox anymore. |
If an error occurs in a story, after fixing the error the story is stuck in an error state.
I'm using version 1.34.0
Expected:
The story will 'recover' and return to a working state after the coding/syntax error is fixed.
Actual:
The following error replaces the original error:
Error: _get__(...).unmountComponentAtNode is not a function
Refreshing the browser fixes the problem until the next time a coding/syntax error occurs.
The text was updated successfully, but these errors were encountered: