Description
Note this issue is due to CR bug 1085215
It is impacting several other popular extensions as well- including React, Redux, Relay, and Vue devtools.
React version: 16.13.1
DevTools version: 4.7.0 (5/18/2020)
macOS version: 10.15.4 (19E287)
Steps To Reproduce
- Create a new profile in Google Chrome
- Install the React Developer Tools
- Go to https://reactjs.org
- Open the browser Dev Tools
Screenshots
Not sure this helps, but this is basically what I get after following the aforementioned steps:
When using Opera the tabs do show up:
The current behavior
Sometimes the Components and Profiler (i.e. React devtools tabs) don't show up.
The expected behavior
These tabs should show for any site using React.
More details
I've tried a few browsers, including:
- Google Chrome (83.0.4103.61)
- Microsoft Edge (83.0.478.37)
- Opera (68.0.3618.125)
All of them should be working, since they're all Chromium based.
The most reliable was Opera, which always shows the dev tools tabs. Chrome and Edge behaved the same way, sometimes showing them and other times not.
I've also taken a look at the background pages of the React Dev Tools extension and they don't show any errors, only these performance metrics in the devtools_app.html
page:
The main background page shows nothing in the console at all times.