We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfc67e commit 0f405a3Copy full SHA for 0f405a3
examples/with-material-ui/renderer/pages/_document.tsx
@@ -15,6 +15,8 @@ export default class MyDocument extends Document {
15
rel="stylesheet"
16
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
17
/>
18
+ {/* eslint-disable-next-line @typescript-eslint/no-explicit-any */}
19
+ {(this.props as any).emotionStyleTags}
20
</Head>
21
<body>
22
<Main />
0 commit comments