-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
[DevTools Bug] Cannot add node "1" because a node with that id is already in the Store. #24437
Comments
@edavetisyan I was having the same issue and it turns out I had two instances of React Dev Tools running concurrently. What I think happened is that when I turned on Sync in Edge, it had installed a second instance of Dev Tools. Notice I have 'components' and 'profiler' showing up twice here. Removing one fixed it for me. |
Hey! It seems like you might be having a DevTools version mismatch. The DevTools version in your react native app seems to be |
Attached above is my fresh install expo project, it have the same error |
Fixed this by adding "resolutions": { to package.json. And also I installed [email protected] using yarn. Make sure the version of react-devtools-core is the same as that in react native debugger (or whatever you're using to run react devtools) |
Same here.
|
Possible Solution suggestion [TESTING NOW] Solution worked!
|
Removing the Tool from chrome and reinstalling it also fixes this. |
same |
Website or app
https://github.com/edavetisyan/Recipes
Repro steps
running react-native debugger
How often does this bug happen?
Every time
DevTools package (automated)
react-devtools-core
DevTools version (automated)
4.14.0-d0ec283819
Error message (automated)
Cannot add node "1" because a node with that id is already in the Store.
Error call stack (automated)
Error component stack (automated)
No response
GitHub query string (automated)
The text was updated successfully, but these errors were encountered: