saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.88k stars 223 forks source link

Fixed the FOUC issue in the MUI example #430

Closed jgbae closed 8 months ago

jgbae commented 9 months ago

in mui example, there are emotionStyleTags in Head components.

In the Nextron example, however, it is not included.

Before add emotionStyleTags

before

After add emotionStyleTags

after