You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change e.g. the number in this content script (yes, it's only one line), then the browser does reload, but now I get two log lines, one for the old and one for the new version
Also a full reload of the page doesn't fix this
content script
console.log("hello from TWITCH 3 content_scripts");
hi @Hades32, thanks for reporting. are you using the TypeScript template? please share the tsconfig.json/typescript version if not so I can take a closer look
If I change e.g. the number in this content script (yes, it's only one line), then the browser does reload, but now I get two log lines, one for the old and one for the new version
Also a full reload of the page doesn't fix this
content script
version
"extension": "^2.0.0-beta.1"
Manifest snippet
The text was updated successfully, but these errors were encountered: