Skip to content

Commit

Permalink
Merge pull request #430 from jgbae/mui-fouc
Browse files Browse the repository at this point in the history
Fixed the FOUC issue in the MUI example
  • Loading branch information
saltyshiomix authored Feb 3, 2024
2 parents 5bfc67e + 0f405a3 commit 1f65dd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/with-material-ui/renderer/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default class MyDocument extends Document {
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
{/* eslint-disable-next-line @typescript-eslint/no-explicit-any */}
{(this.props as any).emotionStyleTags}
</Head>
<body>
<Main />
Expand Down

0 comments on commit 1f65dd8

Please sign in to comment.