Incorrect docs example on Custom App
and App.getInitialProps
behaviour
#26282
Labels
bug
Issue was opened via the bug report template.
What version of Next.js are you using?
10.2.3
What version of Node.js are you using?
v12.7.0
What browser are you using?
Firefox
What operating system are you using?
macOS
How are you deploying your application?
AWS ECS
Describe the Bug
In the custom app docs, the example app has a comment that says:
Here:
That comment seems outdated since
getInitalProps
is no longer encouraged for use in pages. Furthermore, a statement below that code block says:Also affects the typescript docs on custom apps.
Expected Behavior
Docs should say
To Reproduce
See links in the description.
The text was updated successfully, but these errors were encountered: