react 18 stream ssr #2788
-
when i use emotion and react 18 to create a stream ssr temaplte, i got a weird problem. I'm using chakra ui which base on the emotion, so any one can give some help, thanks i also create a discussion on chakra repo, see chakra-ui/chakra-ui#6207 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can wrap your root with a Chakra-aware component, or just with our CacheProvider. It should help you to deduplicate those styles. |
Beta Was this translation helpful? Give feedback.
You can wrap your root with a Chakra-aware component, or just with our CacheProvider. It should help you to deduplicate those styles.