fix: css hydration error (#1397)

This commit is contained in:
Himself65
2023-03-07 17:08:33 -06:00
committed by GitHub
parent e5e3dceee8
commit b976ac8084
8 changed files with 38 additions and 144 deletions

View File

@@ -13,5 +13,5 @@ export default function createEmotionCache() {
insertionPoint = emotionInsertionPoint ?? undefined;
}
return createCache({ key: 'affine-style', insertionPoint });
return createCache({ key: 'affine', insertionPoint });
}