React Scan seems not to be working on CLI nor script tag
Hey guys, I've used React-Scan previously by adding the <script> tag in the index.html file of my React project and it worked just fine 🎉
However, I tried today with an external website and had no luck using it; it didn't work either on the npx <URL> version or injecting the
Was there any breaking change recently or am I missing something?
https://github.com/user-attachments/assets/8d97f149-e9db-4d16-8dd4-ed182583a471
Hey @Andy9822 Which extension did you try? this one?
I have the same problem. Starting from 0.0.51 it simply doesn't detect renders (or has no visual cues for it). 0.0.50 works fine, though it doesn't count the number of renders.
0.0.47 is the last version that works well for me.
Hey @Andy9822 Which extension did you try? this one?
I used this one: https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam?pli=1
And yes, I double checked the "before page loads" option" was set
Hey @Andy9822 Which extension did you try? this one?
I used this one: https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam?pli=1
And yes, I double checked the "before page loads" option" was set
No no ... I mean ... did you try to install the react-scan browser extension? Check here: CHROME_EXTENSION_GUIDE.md
Hey @Andy9822 Which extension did you try? this one?
I used this one: https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam?pli=1 And yes, I double checked the "before page loads" option" was set
No no ... I mean ... did you try to install the react-scan browser extension? Check here: CHROME_EXTENSION_GUIDE.md
Oh sorry.
Yes, I ran npx react-scan@latest <URL> and then it prompted me to install the latest version which was 0.0.54 (smth like that )
I have the same problem. Starting from 0.0.51 it simply doesn't detect renders (or has no visual cues for it). 0.0.50 works fine, though it doesn't count the number of renders.
0.0.47 is the last version that works well for me.
I can confirm that v0.0.47 did the trick and works just fine. Thanks for the tip man! gonna be using it in this version for now 😄
We made a change to our cdn script to not automatically run in production unless forced turned on- which seems to have broken the cli
Fix in the works
Seeing the same issue. Anything newer than 0.0.47 doesn't show any re-renders
I had 1.1.0 working last week but suddendly it stopped working, now only versions lower than 0.0.47 work
I have two projects. In the first one the last version works without issues, in my second project anything higher than the 0.0.54 won't work, or at leat it doesn't show the renders