The chrome extension was working fine and I have no errors in my React.js app in my visual studio code terminal. But now when I go to refresh my webpage, I get the error "Loading React Element Tree... If this seems stuck, please follow the troubleshooting instructions." I have read many solutions, but none seem to work for me. Has anyone experienced this issue before and been able to solve it. Solutions I have tried: updated chrome version remove react dev tools extension and reinstall it ... Show more
Adds React debugging tools to the Chrome Developer Tools
It allows you to inspect the React component hierarchies in the Chrome Developer Tools, including the root components, subcomponents, props, and state
The extension also includes a Profiler tab for recording performance information