react icon indicating copy to clipboard operation
react copied to clipboard

[DevTools Bug] Cannot remove node "107" because no matching node was found in the Store.

Open heyitsdurdona opened this issue 10 months ago • 1 comments

Website or app

localhost:5173

Repro steps

I was trying to inspect my component tree via react DevTools, but when I make an interaction on the website which makes changes to the state, it throws an error

How often does this bug happen?

Only once

DevTools package (automated)

react-devtools-extensions

DevTools version (automated)

6.1.1-44c3d3d665

Error message (automated)

Cannot remove node "107" because no matching node was found in the Store.

Error call stack (automated)

at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1193929
    at v.emit (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1160378)
    at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1161985
    at bridgeListener (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1572692)

Error component stack (automated)


GitHub query string (automated)

https://api.github.com/search/issues?q=Cannot remove node  because no matching node was found in the Store. in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react

heyitsdurdona avatar Apr 19 '25 15:04 heyitsdurdona

Did you find a fix for this? Im also having this error

Franciscorsil avatar May 20 '25 13:05 Franciscorsil

We fixed some scenarios where this could occur in React DevTools 7.0. If this issue still persists, please open a new issue.

eps1lon avatar Oct 12 '25 13:10 eps1lon