Open semoal opened 2 years ago
@semoal Thanks! That's weird š¤ Which browser extension do you use? Chrome or Firefox?
Can you see the SWR panel and the following message?
You can try debugging on your local environment as the following. https://github.com/koba04/swr-devtools/blob/main/CONTRIBUTING.md
Hi there,
I am seeing the same issue with the Chrome extension and SWR 2.0.0. I have tried wrapping it in a <SWRDevTools>
component at well, but it didn't help. The firefox extension does work though. Thanks!
@kristojorg What version of SWRDevTools are you using? What about switching tabs in DevTools or reloading a page while opening SWRDevTools panel?
I was using latest (installed today) and tried new tabs and also reloading the page and hard reloading the page while the devtools panel was open
Same here, SWR v2.0.3, latest chrome 109.0.5414.119
it says Open SWRDevTools on the page using SWR.
Could anyone try SWRDevTools on Firefox instead?
I have the same problem: Chrome always only shows Open SWRDevTools on the page using SWR.
Firefox on the other hand works like a charm :)
Same here Chrome Version 111.0.5563.146 (Official Build) (arm64)
. I'll install and wrap my app in SWRDevTools
since there was mention that it doesn't affect performance even if its included in the production bundle.
@tomzacchia
What version's SWR are you using?
If you are using SWR v2.x
, you don't have to wrap your application with SWRDevTools
.
@koba04 i installed latest. I opened the devtools while on the demo page and the extension fallsback to the default message
Open SWRDevTools on the page using SWR.
I noticed that when I switched chrome profiles to my personal (non work) profile, the extension started working properly. There must be some restriction on my work profile stopping it from functioning.
Thanks! That's helpful š
I noticed that when I switched chrome profiles to my personal (non work) profile, the extension started working properly. There must be some restriction on my work profile stopping it from functioning.
+1 on this issue
Is there a solution?
Any updates on this one?
Is project not maintained anymore? Can we priotitaze investigationg of this issue?
Is project not maintained anymore?
No.
I haven't reproduced this yet, so any reproduction case is helpful.
Same here. Doesn't work in Chrome, but works in Firefox.
Same problem here š Chrome Version 119.0.6045.160 (Official Build) (64-bit)
Any resolution?
I haven't reproduced this yet, so any reproduction case is helpful.
Hey @koba04 What do you expect us to provide as reproduction.
We just open the devtools normally then it's blank.
I can share my screen with you using AnyDisk or similar app if that's helpful
A CodeSandbox project to reproduce this is helpful.
A CodeSandbox project to reproduce this is helpful.
The issue is not related to swr itself, but rather to the devtools
I believe CSB won't reproduce anyway.
Does this happen on https://swr-devtools.vercel.app/ ?
Iām not sure the difference between the apps, so I need an app to reproduce it.
Hi!
I'm using latest Nextjs, with 2.0.0-beta.6 of SWR and the extension never displays anything.
Do you know how I could debug this?