Doesn't work at all: 743 Error in event handler: Error: Attempting to use a disconnected port object The issue https://github.com/facebook/react/issues/17649 has been known since 2019 but has been closed...
shyam..
怎么用不了..
Previous
Next
More details about React Developer Tools
Features:
React Developer Tools is an extension to Chrome Dev Tools for the React JavaScript Library. This extension allows you to view the React component hierarchies using the Chrome Developer Tools.
The Components tab displays the root React components rendered on the page as well as their subcomponents.
You can edit the state and props of any component in the tree by selecting it. You can view the breadcrumbs to see the component you have selected as well as the one that created it.
You can inspect React elements on the page by switching to the React tab and then the regular Elements tab. The element will then be selected in the React tree.
You can record performance information using the Profiler tab.
This extension requires permissions in order to access the React tree of the page but it doesn't transmit any data remotely. It is completely open-source.