-
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 can't load Components tree in Components Tab #22636
Comments
We think #22638 should fix this and we're shipping a fix soon |
#22663 is another instance of this |
We're shipping another version v4.21.0 to the web store which we think should address this (or reduce the amount of times it triggers #21636). It should be available in chrome in a few days. |
FYI v4.21.0 is now on Chrome Web Store which should resolve or at least reduce most occurrences of this issue (see #22577). I will keep this issue open as a way to track all of the ways in which this issue might still occur, since #2257 was just one of the ways in which it was occurring fairly frequently. The root cause of of #21636 is still undetermined and needs investigation |
I can see a warning |
I still sometimes see
Switching between Components and Profiler tabs multiple times sometimes mitigates this problem. Microsoft Edge 102.0.1227.0 (Official build) dev (64-bit) |
Summary
There's a mix of several different issues that result in the Components tree not being able to load, which happens inconsistently.
In some cases, after trying out a different build of DevTools with a potential fix, the issue seems to fully resolve itself, even after going back to using the "bad" build where the issue originally occurred. However, that doesn't mean the issue is fixed by that build, since other reports keep occurring.
This issue is a master task tracking all of the issues we've seen so far from user reports:
Cannot add node "x" because a node with that id is already in the store
, reported in [DevTools Bug] Cannot add node "476" because a node with that id is already in the Store. #21636 before we shipped v4.20.0.No location name for view with id <id_of_components _tab>
, reported in the console inspecting DevTools itself.Invalid renderer id "1"
, logged in the console of the main pageUnable to find React on the page.
, which suggests that the extension failed to load entirely as that's just placeholder text from before the extension panels are created with Chrome.Uncaught error: Extension Context Invalidated
, reported in [DevTools Bug]: Blank tools localhost only #22577.https://user-images.githubusercontent.com/7581546/137986963-f55b9fc2-745d-4aeb-8b8b-49645197c163.png
Root Cause and Fixes
The text was updated successfully, but these errors were encountered: