mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix: css hydration error (#1397)
This commit is contained in:
@@ -13,5 +13,5 @@ export default function createEmotionCache() {
|
||||
insertionPoint = emotionInsertionPoint ?? undefined;
|
||||
}
|
||||
|
||||
return createCache({ key: 'affine-style', insertionPoint });
|
||||
return createCache({ key: 'affine', insertionPoint });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user