-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
SWR not detected? #133
Comments
me too. |
On my side, only the Chrome extension doesn't work (on Brave and Chrome browsers) ... same as the screenshot above. The Firefox extension seems to work fine. (NextJS 14.2.2, typescript 5.4.5, no swr-devtools installed) |
I have the same issue. I'm using NextJS 14.2.4 and pre-fetching data with SSR. Using useSWR on client components. @yllieth Yep, it works fine on Firefox. |
I was able to make it work with Firefox but I'm still unable to use SWR dev tool with Chrome. Is there a plan to fix it for Chrome? |
If you are using v2, you still need to wrap your application with |
I've opened the SWR dev tool after installing the chrome extension and I don't see any information populating?
I'm running a vite app locally and I've refreshed the page, restarted the app and reloaded the developer console to no avail. Using swr
v2.2.5
. I don't have the swr dev tools node module installed as the docs instructed me not to. Using vitev5.2.8
, just a normal TypeScript project.I have swr hooks all over the page I'm testing this out on. Definitely should pick it up.
The text was updated successfully, but these errors were encountered: