From 88b791bd73b4f1ab9e7fc6a090fd7551ea85024c Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Sat, 7 Oct 2023 15:01:23 +0800 Subject: [PATCH] fix createCache options key --- src/userscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userscript.js b/src/userscript.js index 4a21ea5..c1cf836 100644 --- a/src/userscript.js +++ b/src/userscript.js @@ -106,7 +106,7 @@ const init = async () => { shadowContainer.appendChild(emotionRoot); shadowContainer.appendChild(shadowRootElement); const cache = createCache({ - key: "css", + key: "kiss-translator", prepend: true, container: emotionRoot, });