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 c7bdcea commit c4220d2Copy full SHA for c4220d2
errors/no-document-title.md
@@ -15,7 +15,7 @@ import Head from 'next/head'
15
import React from 'react'
16
17
export default class MyApp extends App {
18
- static async getInitialProps ({ Component, router, ctx }) {
+ static async getInitialProps ({ Component, ctx }) {
19
let pageProps = {}
20
21
if (Component.getInitialProps) {
0 commit comments