Does SSR and CSR createCache need to be set with identical options?
#3373
-
|
I have a NextJs 14, MUI v5, and Emotion v11 app and my issue is there is a style tag generated by Emotion that disappears at random times while navigating and interacting on the client-side UI. Right now, I have two Since the server cache isn't the issue, I would like to be able to set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
speedyshouldn't affect this anyhow - it's actually a CSR-only setting and can't affect SSR styles. That said, the options should kinda be identical on both sides - other options, likekey, are very important for deduplication and hydration purposes.