[DevTools Bug] Cannot add node "1" because a node with that id is already in the Store.
See original GitHub issueWebsite or app
https://wayray.com/#how-we-work
Repro steps
not able to see
How often does this bug happen?
Sometimes
DevTools package (automated)
react-devtools-extensions
DevTools version (automated)
4.19.2-20ca9b565
Error message (automated)
Cannot add node “1” because a node with that id is already in the Store.
Error call stack (automated)
at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:25708:41
at bridge_Bridge.emit (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:23923:22)
at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:24083:12
at listener (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:52511:39)
Error component stack (automated)
No response
GitHub query string (automated)
https://api.github.com/search/issues?q=Cannot add node because a node with that id is already in the Store. in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
[DevTools Bug] Cannot add node "1" because a node with that ...
Error message (automated). Cannot add node "1" because a node with that id is already in the Store. Error call stack (automated).
Read more >Cannot add node "1" because a node with that id is already in ...
I ran into a similar problem. I discovered the react-native-debugger was opening an instance in my web-browser and a separate stand alone ...
Read more >Cannot add node "1" because a node with that id is already in ...
Coding example for the question Uncaught Error: Cannot add node "1" because a node with that id is already in the Store-Reactjs.
Read more >React Native Debugger で「[DevTools Bug] Cannot add node ...
React Native Debugger で「[DevTools Bug] Cannot add node "1" because a node with that id is already in the Store.」エラーが出たときの対処法.
Read more >General Error Messages | InterSystems Error Reference
1, the volume already exists ... 27, the system mgr's database cannot be cluster mounted ... 109, The error occurred while processing node...
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 Free
Top 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
@samkhatri do you have multiple versions of the extension installed by any chance?
Only other note of potential relevance: When it showed up, my un-ejected CRA app had compile errors and so my code wasn’t actually running – it was just rendering the development-mode error dump.