-
Notifications
You must be signed in to change notification settings - Fork 47k
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 "276" because no matching node was found in the Store. #24608
Comments
Hi thanks for reporting, but your website link is 404 (private repo?), and your repro description is pretty vague. Any chance you can provide more details? |
That is because it's a private repo, |
So this happened whiles i was saving and retrieving data to and from a context to a local storage |
@Mancunia I understand it happens when you perform this action, but it's unlikely that's the direct cause of this issue. I worked on a React app that saves and retrieves data from localStorage and it does not trigger this bug. |
How does DevTools calculate the node count? For example, I can consistently reproduce this issue by toggling my loading state to true and false, but the I also am using Local Storage; however, did confirm that wasn't throwing any error(s). I'll try here a bit to see what I can do to create a simplified, reproducible version of my application as example. |
I was unable to reproduce easily. I'll check back sometime next week to see if an answer was provided to my first question. Push comes to shove, I'll try my best to get an example working next weekend! |
I have the same error from CodeSanbox found a reference in pmndrs/react-three-fiber#928 but it's not related to react-three-fiber. I have a basic reactJS app but with classes (Sorry, I'm refreshing my knowledge on old React). https://codesandbox.io/s/kind-zeh-wnz86j?file=/src/components/App.tsx and I have an error: I also think that it's related to React DevTools because I've disabled those. |
I found a solution for Cannot remove node "0" "react-devtools-core": "4.24.3", "resolutions": { |
Website or app
https://github.com/Fast-Pace-Transfer/analytics-dashboard-ui
Repro steps
I am trying save a randomly generated set of colors with matching countries as an object in the local storage
from a context
So it doesn't change colors after a manual refresh
How often does this bug happen?
Only once
DevTools package (automated)
react-devtools-extensions
DevTools version (automated)
4.24.6-ca7a38ae4
Error message (automated)
Cannot remove node "276" 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: