react icon indicating copy to clipboard operation
react copied to clipboard

[DevTools Bug]: shows "This page doesn't appear to be using React" for every react website on Firefox 115.0.2

Open anvesh-vanam opened this issue 11 months ago • 17 comments

Website or app

all of them and also localhost. https://react.dev/ for example

Repro steps

  1. open any website made with React
  2. Click on the extension icon

OS: Windows 10

Browser: Firefox 115.0.2 (64-bit)

DevTools: 4.27.8

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

anvesh-vanam avatar Jul 27 '23 06:07 anvesh-vanam

@anvesh-vanam: We're sorry you've seen this error. ❤️

Unfortunately the URL you provided ("localhost") is not publicly accessible. (This means that we will not be able to reproduce the problem you're reporting.)

Please help us by providing a link to a CodeSandbox (https://codesandbox.io/s/new), a repository on GitHub, or a minimal code example that reproduces the problem. (Screenshots or videos can also be helpful if they help provide context on how to repro the bug.)

Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Issues without repros are automatically closed but we will re-open if you update with repro info.

github-actions[bot] avatar Jul 27 '23 06:07 github-actions[bot]

Hey @anvesh-vanam, thanks for opening this issue.

  1. Are you using device toolbar (ctrl + shift + m) with some selected device? This may change user agent and we currently aware of this problem.
  2. Has this problem occurred after upgrading Firefox? Does it work with previous versions?

hoxyq avatar Jul 27 '23 07:07 hoxyq

@hoxyq Hi.

  1. i sometimes do. but it happens regardless of whether im using it or not.
  2. i dont remember exactly but i think this has been happening for 2-3 weeks now, which seems to coincide closely with the 115.0.2 release date. i am on 115.0.3 facing the same issue

anvesh-vanam avatar Jul 31 '23 12:07 anvesh-vanam

Hey @anvesh-vanam for me reinstalling the the extension when noticing this behavior did the join. Had the same issue on Chrome a couple of times.

JesseKoldewijn avatar Aug 01 '23 14:08 JesseKoldewijn

Hey @anvesh-vanam for me reinstalling the the extension when noticing this behavior did the join. Had the same issue on Chrome a couple of times.

tried it multiple times. unfortunately didnt work.

anvesh-vanam avatar Aug 02 '23 13:08 anvesh-vanam

@anvesh-vanam Try upgrading Firefox to v.116.0.1. Is this issue only occurring on windows?

apicgg avatar Aug 06 '23 06:08 apicgg

Can confirm that the before mentioned issue doesn't occur on the latest firefox dev-ed on win11. Personally haven't experienced this issue on any browser in linux yet.

JesseKoldewijn avatar Aug 07 '23 06:08 JesseKoldewijn

@anvesh-vanam Try upgrading Firefox to v.116.0.1. Is this issue only occurring on windows?

i upgraded to 116.0.1. the issue is still there. yeah im only using windows 10

anvesh-vanam avatar Aug 07 '23 07:08 anvesh-vanam

Shouldn't matter all that much. Could you try the firefox developer edition to see if that one does work?

JesseKoldewijn avatar Aug 07 '23 08:08 JesseKoldewijn

Shouldn't matter all that much. Could you try the firefox developer edition to see if that one does work?

yeah i just installed developer edition and its working fine on that one

anvesh-vanam avatar Aug 07 '23 08:08 anvesh-vanam

@anvesh-vanam I am not able to reproduce this issue in my windows machine. Good to hear that it's working with dev edition of Firefox.

apicgg avatar Aug 07 '23 10:08 apicgg

Hey man, it seems to be a running issue that the dev tools sometimes break on older browser revisions. Experienced this with multiple releases over the past 2 years to be honest and either running dev/beta browsers or reinstalling the full browser itself usually does the job.

JesseKoldewijn avatar Aug 08 '23 11:08 JesseKoldewijn

having the same issue in mac the firefox developer edition 117.0b8 (64-bit)

I see the REACT_DEVTOOLS_BREAK_ON_CONSOLE_ERRORS configuration in the DOM console, however running !!window.React in the console log comes back false.

And in the extension pin getting the error that this page isn't a react page.

coderdix24 avatar Aug 17 '23 00:08 coderdix24

Also having this problem on 118.0.2 - did you ever find a fix?

!!window.React is false for me also

henricook avatar Mar 01 '24 13:03 henricook

Also having this problem on 118.0.2 - did you ever find a fix?

!!window.React is false for me also

Have you tried reinstalling the extension?

JesseKoldewijn avatar Mar 01 '24 14:03 JesseKoldewijn

Have you tried reinstalling the extension?

Yes, no change.

Edit: it works on the react test site, just not on my local next.js app. Although the extension works fine in Chrome on my local next.js app. Could be a Vercel bug, maybe disregard me 😅

henricook avatar Mar 01 '24 16:03 henricook

Have you tried reinstalling the extension?

Yes, no change.

Edit: it works on the react test site, just not on my local next.js app. Although the extension works fine in Chrome on my local next.js app. Could be a Vercel bug, maybe disregard me 😅

Maybe try again after a browser reinstall? From what I've personally noticed, either worked for me.

JesseKoldewijn avatar Mar 01 '24 16:03 JesseKoldewijn