fix createCache options key

This commit is contained in:
Gabe Yuan
2023-10-07 15:01:23 +08:00
parent 7817019e70
commit 88b791bd73

View File

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