fix createCache options key
This commit is contained in:
@@ -106,7 +106,7 @@ const init = async () => {
|
|||||||
shadowContainer.appendChild(emotionRoot);
|
shadowContainer.appendChild(emotionRoot);
|
||||||
shadowContainer.appendChild(shadowRootElement);
|
shadowContainer.appendChild(shadowRootElement);
|
||||||
const cache = createCache({
|
const cache = createCache({
|
||||||
key: "css",
|
key: "kiss-translator",
|
||||||
prepend: true,
|
prepend: true,
|
||||||
container: emotionRoot,
|
container: emotionRoot,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user