From 7817019e7061a2e3072e69f672111037d6b4c6df Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Sat, 7 Oct 2023 14:57:36 +0800 Subject: [PATCH] fix createCache options key --- src/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.js b/src/content.js index 5f3f26b..e38be56 100644 --- a/src/content.js +++ b/src/content.js @@ -101,7 +101,7 @@ const init = async () => { shadowContainer.appendChild(emotionRoot); shadowContainer.appendChild(shadowRootElement); const cache = createCache({ - key: "css", + key: "kiss-translator", prepend: true, container: emotionRoot, });