TypeError: Cannot read property '_documentProps' of null, only in some routes #14260
Answered
by
enricoschaaf
patarapolw
asked this question in
Help
-
I cannot render
|
Beta Was this translation helpful? Give feedback.
Answered by
enricoschaaf
Jun 17, 2020
Replies: 1 comment
-
You import { Head } from next/document, you must import Head from next/head. Autoimport always gets this wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patarapolw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You import { Head } from next/document, you must import Head from next/head. Autoimport always gets this wrong.