We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238244d commit 13b4216Copy full SHA for 13b4216
packages/swr-devtools-extensions/src/content.ts
@@ -6,6 +6,7 @@ const injectDevToolsHook = () => {
6
script.setAttribute("type", "text/javascript");
7
script.setAttribute("src", chrome.runtime.getURL("web-accessible.js"));
8
document.documentElement.appendChild(script);
9
+ script.parentNode?.removeChild(script);
10
};
11
injectDevToolsHook();
12
0 commit comments