facebook/react-devtools

Using react-devtools to inspect component that only appears on hover

gejimayu opened this issue · 1 comments

On Chrome Devtools, i usually pause the source by pressing F8 on source tab after hovering.
Afterwards i am able to inspect and manipulate such element. However, that does not work with react-devtools. The component cannot be inspected as it stucks at 'Loading...'. I'm guessing it's because the JS is paused hence react-devtools is also got paused ?

So anybody knows the solution?

React DevTools has been rewritten and recently launched a new version 4 UI. The source code for this rewrite was done in a separate repository and now lives in the main React repo (github.com/facebook/react).

Because version 4 was a total rewrite, and all issues in this repository are related to the old version 3 of the extension, I am closing all issues in this repository. If you can still reproduce this issue, or believe this feature request is still relevant, please open a new issue in the React repo: https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools