facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
228.17k stars 46.67k forks source link

[DevTools Bug] Cannot add node "295" because a node with that id is already in the Store. #27822

Closed oftoapp closed 10 months ago

oftoapp commented 10 months ago

Website or app

oftp.app

Repro steps

The error was thrown at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:335451 at ee.emit (https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:281929) at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:283476 at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:679409 at Array.forEach () at Am.$.onmessage (https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:679392)

How often does this bug happen?

Every time

DevTools package (automated)

react-devtools-core

DevTools version (automated)

4.27.2-7f747b80e

Error message (automated)

Cannot add node "295" because a node with that id is already in the Store.

Error call stack (automated)

at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:335451
    at ee.emit (https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:281929)
    at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:283476
    at https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:679409
    at Array.forEach (<anonymous>)
    at Am.$.onmessage (https://ga.jspm.io/npm:react-devtools-core@4.27.2/standalone.js:51:679392)

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
github-actions[bot] commented 10 months ago

@oftoapp: We're sorry you've seen this error. ❤️

It looks like you forgot to specify a valid URL. (This means that we will not be able to reproduce the problem you're reporting.)

Please help us by providing a link to a CodeSandbox (https://codesandbox.io/s/new), a repository on GitHub, or a minimal code example that reproduces the problem. (Screenshots or videos can also be helpful if they help provide context on how to repro the bug.)

Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Issues without repros are automatically closed but we will re-open if you update with repro info.