We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d289e3 commit 2fa1034Copy full SHA for 2fa1034
1 file changed
pages/_document.tsx
@@ -13,7 +13,7 @@ import { ServerStyleSheet } from "styled-components";
13
14
export default class MyDocument extends Document {
15
static async getInitialProps(
16
- ctx: DocumentContext
+ ctx: DocumentContext,
17
): Promise<DocumentInitialProps> {
18
const sheet = new ServerStyleSheet();
19
const originalRenderPage = ctx.renderPage;
0 commit comments