koba04 / swr-devtools

A DevTool for SWR
https://swr-devtools.vercel.app
MIT License
217 stars 3 forks source link

Uncaught Error: Extension context invalidated #120

Open Kwonkunkun opened 1 year ago

Kwonkunkun commented 1 year ago

problem

I try swr devtool extension but, occur the error and show white screen

content.ts:20 Uncaught Error: Extension context invalidated.
    at a (content.ts:20:13)
    at content.ts:49:18

and sometime show proper screen but not showing query history.

env

swr: 2.1.0
next: 13.2.4 

I try erase and install all chrom extension but not work 😢

Kwonkunkun commented 1 year ago

"sometime show proper screen but not work" image

image

"white screen" image

image
koba04 commented 1 year ago

Thank you! I'll take a look.

everythinginjs commented 1 year ago

same here but confirm that it is working on FireFox.

env: "swr": "2.1.5" "next": "13.2.4",

chorme version: 113.0.5672.63

everythinginjs commented 1 year ago

@Kwonkunkun after checking #123 I used system theme and the problem fixed.

koba04 commented 1 year ago

Thank you!

I used system theme and the problem fixed.

Yeah, that's a workaround 👍 I'll try to fix the root cause of the problem.