Annoying popup from chrome devtools wrongly telling me I'm using an old version of React
See original GitHub issueI am given a rather annoying popup message
Unsupported React version detected
This version of React DevTools supports React DOM v15+ and React Native v61+.
In order to use DevTools with an older version of React, you'll need to install an older version of the extension.
every single time I want to use devtools.
This is NOT correct. I am using React 16.8 with a standard create-react-app build.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
How to solve jsx precompile and React dev-tool in chrome
If you're using a version of React earlier than 0.12, or you have an old version of the extension, the message will continue...
Read more >Dev tools showing wrong line number of sass files
I'm using sass for my CSS and strange thing is happening to me. Sometimes, when i add new rules into a scss file,...
Read more >unload And beforeunload Events And How To Debug Them ...
So I set a breakpoint where the code that is supposed to be fired by the unload event is, and reloaded the page...
Read more >Handling common accessibility problems - MDN Web Docs
Hopefully this article has given you a good grounding in the main accessibility problems you might encounter, and how to test and overcome ......
Read more >Changelog - Cypress Documentation
Fixed an issue where the incorrect Cypress version could be shown in the ... warning for users on the old React API, cypress/react...
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
Hi, all. I also get the same problem with the
Unsupported React version detected
message. I have start research a problem and finally found it. The problem has hidden in external components that are using react-dom as a dependency. In my case its the react-hubspot-form component. In the case @LukenAgile42 its the react-modal component (I think, I have found only one component, probably the project contains more the same components).As conclusion. I want to say - need upgrading all components or use custom components.
Having the same issue with react-native app, react-native: 0.61.2 react: 16.9.0 react-dom:16.9.0 react-devtools: 4.2.0
i also get a warning in the app, “react-devtools agent got no connection”
created a new app with react-native-cli and getting the same error