Emotion Cache with React 18 renderToPipeableStream? #2859
Replies: 4 comments 10 replies
-
No, Emotion is currently not fully compatible with this API. We could accept a PR implementing support for this - but we are also currently waiting on new React features that are supposed to make our integration easier. |
Beta Was this translation helpful? Give feedback.
-
I believe Remix has a working example for streaming with Chakra here that should be transferable to other Emotion based systems. |
Beta Was this translation helpful? Give feedback.
-
Are there any updates on this issue, or are any solutions available? |
Beta Was this translation helpful? Give feedback.
-
Bump! It's been over a year since this question was asked. I too would love to know how to use |
Beta Was this translation helpful? Give feedback.
-
Is there an example of using the emotion cache with React 18's
renderToPipeableStream
? I am using Remix and would like to use React 18 features along with Chakra UI.The existing guide on https://chakra-ui.com/getting-started/remix-guide refers only to React 17 setup.
Beta Was this translation helpful? Give feedback.
All reactions