-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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 remove node "XX" because no matching node was found in the Store. #25884
Comments
it doesn't look like this issue has enough info for one of us to reproduce it though. This means that it's going to be very hard for us to fix. |
Got the same issue. Nothing to add except basic information about my app: |
This issue has arisen in our app only recently. |
I don't know about anyone else but I'm noticing this issue is happening roughly the same time as an auto update of the react-native-debugger package. The react-native-debugger client was prompting an upgrade that I kept ignoring but after running I'm also not seeing any way to deprecate the debugger client to an older version, so I also can't actually test the version theory. |
I noticed that the problem occurs - when I'm looking for components nested in the ReactNativeSvg tree |
Saw this today: The error was thrown at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:27994:43
at bridge_Bridge.emit (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:25895:22)
at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:26064:14
at listener (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:56299:39) Noticed my Chrome was out of date. After updating, no longer saw the error. New version |
Updating chrome resolved this for me also. |
Still happens for me in up to date Firefox Version 110.0 (64-bit). Repeatable 100 % of the time. Do not have a minimal repro, just adding data points about liveness and frequency of the issue. |
I am also facing the same issue. The browser update resolved it once. But it is coming again and again. |
Also getting this with React Dev Tools + Storybook |
Same issue |
Same here with following configuration:
|
Different repro Firefox 116.0.2. I had a node selected, clicked somewhere in the page (which might have caused that node to unmount), and got this error. |
|
Same here with the following configuration: node: 21.2.0 |
Update
|
Website or app
https://ideaflow.app
Repro steps
Using next 12.3 and windows 10 chrome 108.0.5359.99 (Official Build) (64-bit)
Uncaught Error: Cannot remove node "1946" because no matching node was found in the Store.
Dismiss
The error was thrown at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:27994:43
at bridge_Bridge.emit (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:25895:22)
at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:26064:14
at listener (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:56299:39)
How often does this bug happen?
Often
DevTools package (automated)
react-devtools-extensions
DevTools version (automated)
4.27.1-47f63dc54
Error message (automated)
Cannot remove node "1946" because no matching node was found 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: