Bug: React devtools shows "Unable to find React on the page" Incorrectly
See original GitHub issueReact version: 16.12.0 Devtools version: 4.6.0
Steps To Reproduce
Don’t know.
The current behavior
React devtools shows “Unable to find React on the page” in the inspector Components pane. The website is a plain CRA app and the devtools is able to detect that the website is using a development build of the react when I click on the devtools icon in the browser extensions bar. I’m able to see the Components when I use devtools on a website other than mine (like reactjs.org). My app is served using the default react-scripts start
command.
I don’t know what exactly is causing the issue but I can share logs or whatever that help to pinpoint the issue as you request.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:26
Top Results From Across the Web
React tab doesn't appear in chrome developer tools
After installing the extension, I went to Chrome extensions and enabled the React Developer Tools extension, then it started showing ...
Read more >react-devtools - npm
Start using react-devtools in your project by running `npm i ... You can open the in-app developer menu and choose "Show Inspector".
Read more >chrome react devtools not showing - You.com | The AI Search ...
1) Open https://dlw5k.csb.app/ 2) Open browser dev tools 3) select "Components", click on "App", expand selectedPairs of State 4) select 3+ currencies from...
Read more >Optimizing Performance - React
You can find instructions for building your app for production below. Create React App. If your project is built with Create React App,...
Read more >No React tab in Developer Tools (Example) - Treehouse
I had the same problem but I fixed it. I removed the chrome tab that I was serving my react project on and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was also having same issue, I removed the addon and add again fixed for me.
Fixed the issue
Path : https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi/related?hl=en
Maybe re-open this issue?