[examples] Change Next.js example's createEmotionCache from using 'prepend' to using 'insertionPoint' #32068
Closed
2 tasks done
Labels
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Duplicates
Latest version
Summary 💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. You can find It here
Examples 🌈
No response
Motivation 🔦
I tried to change this to using insertionPoint myself. But due to my lack of ability, I found it really tricky to do it on SSR.
So It would be a lot of help if Mui team can give a best example on this one.
or If there's any guide you can provide, I'll be very happy to contribute.
The text was updated successfully, but these errors were encountered: