Comments (6)
I encountered the same issue because I had installed the React Developer Tools extension twice, likely from two different sources. Removing one of them resolved the issue for me.
from react.
Hey I am not getting your issue could you brief that?
from react.
I've seen it a few times now, developing a React Native Expo app using Expo Go. I reload the app with DevTools open and I get this error.
Uncaught Error: Cannot add node "1734" because a node with that id is already in the Store.
Dismiss
The error was thrown at http://192.168.0.66:8081/_expo/react-devtools/standalone.js:2:1011371
at f.emit (http://192.168.0.66:8081/_expo/react-devtools/standalone.js:2:984358)
at http://192.168.0.66:8081/_expo/react-devtools/standalone.js:2:985900
at http://192.168.0.66:8081/_expo/react-devtools/standalone.js:2:1359186
at Array.forEach (<anonymous>)
at U_.e.onmessage (http://192.168.0.66:8081/_expo/react-devtools/standalone.js:2:1359169)
Refreshing DevTools doesn't help.
MacOS Sonoma 14.7
DevTools 5.2.0-1717ab0171
Chrome 129.0.6668.101 x86_64
react 18.2.0
react-native 0.74.5
expo 51.0.37
from react.
Uncaught Error: Cannot add node "330" because a node with that id is already in the Store.
The error was thrown emit@moz-extension://bbac5ce7-5760-41c7-8624-0d264d68a0c7/build/main.js:1:1141200
v/this._wallUnlisten<@moz-extension://bbac5ce7-5760-41c7-8624-0d264d68a0c7/build/main.js:1:1142807
bridgeListener@moz-extension://bbac5ce7-5760-41c7-8624-0d264d68a0c7/build/main.js:1:1552360
from react.
MacOS Sonoma 14.6.1
Edge Version 128.0.2739.79 (Official build) (x86_64)
DevTools 6.0.0-d66fa02a30
react 18.3.1
Uncaught Error: Cannot add node "236" because a node with that id is already in the Store.
Dismiss
The error was thrown at chrome-extension://gpphkfbcpidddadnkolkpfckpihlkkil/build/main.js:1:1171894
at v.emit (chrome-extension://gpphkfbcpidddadnkolkpfckpihlkkil/build/main.js:1:1141200)
at chrome-extension://gpphkfbcpidddadnkolkpfckpihlkkil/build/main.js:1:1142807
at bridgeListener (chrome-extension://gpphkfbcpidddadnkolkpfckpihlkkil/build/main.js:1:1552574)
from react.
We fixed some scenarios where this could occur in React DevTools 7.0. If this issue still persists, please open a new issue.
from react.
Related Issues (20)
- Bug: ViewTransition onExit cleanup not called on unmount HOT 2
- Bug:
- [Compiler Bug]: React Compiler does not compile module-level 'use memo' but compiles function-level 'use memo' HOT 2
- Bug: `<link rel="preload" as="font" ...>` in RSC gets duplicated in SSR html
- [Compiler Bug]: eslint-plugin-react-hooks breaks the VS Code ESLint extension HOT 2
- [Compiler Bug]: false negative, compiler skips memoizing a variable that should be memoized
- [Compiler Bug]: constant gets memoized with a wrong dependency HOT 2
- [DevTools Bug]: react-hooks/set-state-in-effect misses setState in useEffect for anonymous component callbacks passed to HOFs HOT 4
- Bug: React does not recognize the `maskType` prop on a DOM element.
- [DevTools Bug] Cannot read properties of null (reading 'ownerDocument')
- Bug: HOT 2
- Bug: HOT 7
- [Compiler Bug]:
- [Compiler Bug]: react mutithread sync exception
- [DevTools Bug]: confused on prerender pages and resulting in high-cpu usage loop HOT 6
- [Compiler Bug]: React Compiler silently skips custom hooks whose only hook call is use()
- Bug: `startTransition` inside `popstate` shows Suspense fallback instead of previous UI
- Bug: React Compiler does not preserve HTML entity HOT 7
- Closed by author
- [Compiler Bug]: ref initialization using `=== null` doesn't work with impure functions HOT 3
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
OpenClaw
Personal AI Assistant
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react.