You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Activity
hsiehc commentedon Oct 8, 2019
Same here, can someone answer this please?
I'm using 16.9 yet I keep running into this message.
hristo-kanchev commentedon Oct 9, 2019
What version of DevTools are you using?
hristo-kanchev commentedon Oct 9, 2019
Could be related to #16897
hristo-kanchev commentedon Oct 9, 2019
@LukenAgile42 @hsiehc Can you provide a CodeSandbox repro link, please?
bvaughn commentedon Oct 9, 2019
Sorry to hear. This sounds annoying.
Going to need a repro case though. Can you perhaps share a URL where this can be reproduced?
LukenAgile42 commentedon Oct 17, 2019
I am using version 4.2.0 , I cant reproduce the bug with a minimal create-react-app build.
Here is a list of our dependencies at least..
gogoku commentedon Oct 18, 2019
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
serslon commentedon Nov 14, 2019
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.
serslon commentedon Nov 14, 2019
Or as I suppose the problem can be the injection external file in a component.
bvaughn commentedon Oct 28, 2020
Closing this issue since it still does not have a repro case and hasn't been commented on in a while.
We can re-open it if a repro case is added! 🙇