-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
[react dev tools] errors + unresponsive to clicks #24638
Comments
I noticed this today to. At first I thought it was due to high cpu usage or some infinite loop stuff but it happens as soon as you try to scroll the tree view. This makes it difficult to navigate up in the component tree. Using this version of React DevTools 4.24.6-ca7a38ae4 (not sure if this matters but...) I'm on React 16.13.1 and the issue is consistent between dev and prod builds. |
Confirm. The same issue with |
Can confirm. When inspecting the devtools itself, I noticed that the div that lists the elements gets
Edit: This is a duplicate of #24626 |
Confirm. After "Seelct element to inspect", sometimes clicking on the component tree does not working. Only restart chrome dev tools help me. |
This is a duplicate of #24626. It's a Chrome bug in v102. We're working on a fix but for a temporary workaround:
|
There are ofter errors relating to the addition of nodes to the store. Could this failure be more silent, and not completely hide the display?
When opening the react dev tools in a separate window, it does not respond to clicks or hover in the tree section. I can still click a component in the "rendered by" section. Note that this does not happen when the dev tools are opened in the same window. Update: it also didn't happen when I tried to put the two windows side by side in the same screen for a recording...
Please see the attached screen capture for both issues.
rect_dev_tool_issues.mov
Thanks
The text was updated successfully, but these errors were encountered: