-
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 Error] Cannot remove node "771" because no matching node was found in the Store. #21522
Comments
@lazcanocode Can you tell me exactly what you need to on a website in order to cause the bug to happen? The website you linked doesn't even use React. Looks like it's a tutorial on how to build a website. I've used the Code Sandbox linked to at the end of the tutorial though and I don't see an error. |
Here's a stack that I got when encountering the same error, the error occurs when I turn on the Record why each component rendered while profiling setting, after turning it off the profiler started to work again Currently my steps to reproduce are
Note
|
@nikglavin Call stack isn't really helpful. A repro case is what's needed for this bug. That being said, this is interesting:
Are you setting a property named This is something I can add a fix for. |
I think this issue might be fixed by #21523. If you'd like to verify, download this build: And follow these steps to install it: Going to close for now since I don't have a solid repro. We can re-open if the above fix isn't sufficient though! |
Thank you, the new version fix my problem!!! |
That's great! Thanks |
Website or app
https://soshace.com/react-user-login-authentication-using-usecontext-and-usereducer/
Repro steps
I'm using a context to manage app global state like in Website when get that error
How often does this bug happen?
Every time
DevTools package (automated)
react-devtools-extensions
DevTools version (automated)
4.13.2-e468072e17
Error message (automated)
Cannot remove node "771" 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: