react icon indicating copy to clipboard operation
react copied to clipboard

ReactDevTools extension doesn't work in private Firefox windows [DevTools Bug]:

Open ndejoma opened this issue 2 years ago • 3 comments

Website or app

reactjs.org

Repro steps

  1. Install the ReactDev tools extension for Firefox ( I am running Firefox Dev edition Version 104.0b5 on Debian-Linux)
  2. Allow the extension to run in private WIndows by going to Add-ons and themes (Ctrl + Shift + A)
  3. Visit any website running a development or production of React in Firefox(I have tested Firefox dev Edition and FirefoxESR)
  4. Open Firefoxdevtools and visit the components tab added by the Reactdevtools extenstion
  5. I have tested a local dev build and a production build of React, and weirdly it works in non-private windows. But in Private windows, it doesn't see that the page uses React.
  6. Below is a screenshot of what I see on both websites
  7. reactdevtoolsbug

How often does this bug happen?

Every time

DevTools package (automated)

No response

DevTools version (automated)

No response

Error message (automated)

No response

Error call stack (automated)

No response

Error component stack (automated)

No response

GitHub query string (automated)

No response

ndejoma avatar Aug 03 '22 08:08 ndejoma

This is probably because Firefox has stricter rules for extensions when you are in private mode. Is there anything you need to use devtools for that only works on private mode?

mondaychen avatar Aug 03 '22 13:08 mondaychen

Hey Checkout this solution. https://support.mozilla.org/en-US/questions/1293505 Maybe this is the reason it's not working

AnmolBansalDEV avatar Aug 06 '22 19:08 AnmolBansalDEV

I can confirm: Firefox 120.0 (64-bit)

Screenshot from 2023-12-13 09-52-51 Screenshot from 2023-12-13 09-54-05

minhna avatar Dec 13 '23 02:12 minhna