Storybook not recovering from errors "Error: _get__(...).unmountComponentAtNode is not a function"
See original GitHub issueIf 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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Do a full reload if needed · Issue #276 · storybookjs/storybook
Find out whether we need to do a full reload or not. ... Storybook not recovering from errors "Error: _get__(...).unmountComponentAtNode is ...
Read more >How can I fix ReactDOM.unmountComponentAtNode error in ...
"unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container.
Read more >Frequently Asked Questions - Storybook - JS.ORG
I see a "No Preview" error with a Storybook production build; Can I use Storybook with Vue 3? ... Why are my MDX...
Read more >react-dom.development.js:18687 the above error occurred in ...
I'm trying to use a react-router, after using the library some problems begin, I've already tried to ... I get the error: renderInput...
Read more >A Dive into React Storybook - OpenReplay Blog
We do not need all the dependencies that come with React application, ... We should get this after properly installing Storybook.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great. Going to close this then 😃
Actually, not we are using a our own error box. We don’t use react-redbox anymore.