Uncaught react app: Application 'react app' died in status UNMOUNTING: unmountComponentAtNode(...): Target container is not a DOM element.
See original GitHub issueWhat happens?
I tried the examples. An exception threw.
Uncaught react app: Application 'react app' died in status UNMOUNTING: unmountComponentAtNode(...): Target container is not a DOM element.
at eval (eval at exec (http://localhost:7099/main.e31bb0bc.js:31987:11), <anonymous>:30509:32)
at Object.unmountComponentAtNode (eval at exec (http://localhost:7099/main.e31bb0bc.js:31987:11), <anonymous>:30512:11)
at Array.unmount (eval at exec (http://localhost:7099/main.e31bb0bc.js:31987:11), <anonymous>:171157:21)
at i (http://localhost:7099/main.e31bb0bc.js:32599:21)
at http://localhost:7099/main.e31bb0bc.js:32601:38
Mini Showcase Repository(REQUIRED)
No showcase
How To Reproduce
Steps to reproduce the behavior:
npm run install:examples
npm start
- click react16 + antd3, then click react15 + antd2 immediately
Expected behavior
- content should change
Context
The bug can be reproduced when I click the li
fast.
- Node Version: 12.4.0
- Platform: MacOS
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
application 'app1' died in status UNMOUNTING ... - GitHub
Uncaught Error: application 'app1' died in status UNMOUNTING: unmountComponentAtNode(…): Target container is not a DOM element #729.
Read more >Single-Spa: Uncaught Error: application 'app1' died in status ...
Single-Spa: Uncaught Error: application 'app1' died in status UNMOUNTING: unmountComponentAtNode(...): Target container is not a DOM element.
Read more >unmountComponentAtNode(...): Target container is not a DOM ...
Uncaught react app : Application 'react app' died in status UNMOUNTING: unmountComponentAtNode(): Target container is not a DOM element.
Read more >FAQ - qiankun - UmiJS
Application died in status NOT_MOUNTED: Target container with #container not existed while xxx mounting! This error usually occurs when the main app is...
Read more >Beanstalkhq - Bountysource
Uncaught Error: application 'app1' died in status UNMOUNTING: unmountComponentAtNode(...): Target container is not a DOM element. This is how my index.js ...
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
怎么解决的,我也遇到同样问题
fixed 重新跑下 npm run build 即可