Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Dev Tools not showing tabs in Edge dev tools #31

Closed
limitedmage opened this issue Mar 28, 2022 · 14 comments
Closed

React Dev Tools not showing tabs in Edge dev tools #31

limitedmage opened this issue Mar 28, 2022 · 14 comments
Labels
bug Something isn't working

Comments

@limitedmage
Copy link

Steps to reproduce:

  1. Install React Dev Tools extension from https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil
  2. Open a page that uses React in development mode
  3. Open dev tools with F12

Expected:
⚛️ Components and ⚛️ Profiler tabs show in the dev tools

Actual:
Tabs are not visible and there seems to be no way to add them

Screenshot from Chrome:
image

Screenshot from Edge:
image

@limitedmage limitedmage added the bug Something isn't working label Mar 28, 2022
@hxlnt
Copy link
Contributor

hxlnt commented Mar 28, 2022

Thanks for the report, @limitedmage. This bug has been fixed in Edge version 100 and later, which is in our Edge insider builds and should be rolling out to all users soon. (You can navigate to edge://version to see what version you're using currently.)

In the meantime, a workaround would be to disable the Focus Mode experiment in DevTools settings, then close and reopen DevTools. This should restore the React extension tab on pages with React. Once the browser updates to Edge 100, you can manually reenable the Focus Mode experiment in DevTools and use extensions normally.

Thank you for trying this early build of Focus Mode! We've made a number of great improvements in Edge 100, so I hope you'll continue using it!

@limitedmage
Copy link
Author

@hxlnt Thank you! Happy to know the fix will be rolling out soon.

@hxlnt
Copy link
Contributor

hxlnt commented Apr 4, 2022

Edge 100 has been released, so closing this issue. Extension support has landed in DevTools for Focus Mode.

@hxlnt hxlnt closed this as completed Apr 4, 2022
@tonyhallett
Copy link

Not showing when inspecting a WebView2 control. Should react dev tools be showing ?

image

image

@tonyhallett
Copy link

Took advice from https://github.com/facebook/react/tree/main/packages/react-devtools

If your app is inside an iframe, a Chrome extension, React Native, or in another unusual environment, try the standalone version instead. Chrome apps are currently not inspectable.

standalone version

If using create-react-app and you want profiling then npx react-scripts build --profile

@wehnertb
Copy link

I'm in build 105.x and I still do not see these tab in dev tools. I've tried toggling focus mode on and off, no dice, It's been like this for quite some time. If I need to use react dev tools, I need to load Chrome and debug from there, because it just doesn't work in Edge any longer.

@wehnertb
Copy link

I've even installed from Edge's "store" for extensions - same thing.

@3dfoster
Copy link

3dfoster commented Oct 6, 2022

I'm not seeing it in the new focus mode either...

@heathsias
Copy link

heathsias commented Nov 3, 2022

Yup, still missing here as well. When switching between focus mode on and off, they show up upon clicking the 'Restart devtools' button that shows up, but upon closing and reopening dev tools, they are gone. Sadly, I'll need to use Chrome again until this is fixed

@wehnertb
Copy link

As of version 107.0.1418.52 - still no luck. I toggled Focus Mode ON (I never turned it on) - restarted dev tools and I do not see nor can I add react developer tools. Turned it off and restarted same thing.

@wehnertb
Copy link

I just upgraded to version 107.0.1418.56 and it is showing again.

@Ashbri4
Copy link

Ashbri4 commented Nov 23, 2022 via email

@antonlabunets
Copy link

Same issue on 109

@mswiecicki
Copy link

mswiecicki commented Mar 20, 2023

And 111

EDIT: Turning Focus mode on and then off seems to have worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants