Skip to content

Commit 0f405a3

Browse files
authored
fix: add emotionStyleTags props in _document.js
1 parent 5bfc67e commit 0f405a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/with-material-ui/renderer/pages/_document.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default class MyDocument extends Document {
1515
rel="stylesheet"
1616
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
1717
/>
18+
{/* eslint-disable-next-line @typescript-eslint/no-explicit-any */}
19+
{(this.props as any).emotionStyleTags}
1820
</Head>
1921
<body>
2022
<Main />

0 commit comments

Comments
 (0)