We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31afe83 commit dc8e630Copy full SHA for dc8e630
packages/react/src/global.tsx
@@ -84,7 +84,7 @@ export let Global = /* #__PURE__ */ withEmotionCache<GlobalProps>(
84
85
let sheetRef = React.useRef<
86
[sheet: StyleSheet, isRehydrating: boolean] | undefined
87
- >()
+ >(undefined)
88
89
useInsertionEffectWithLayoutFallback(() => {
90
const key = `${cache.key}-global`
0 commit comments