fix createCache options key

This commit is contained in:
Gabe Yuan
2023-10-07 14:57:36 +08:00
parent 6013bbd32c
commit 7817019e70

View File

@@ -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,
});