We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When no query is given, getInitialProps({query}) is undefined when running next export. It's {} in the browser and when running on the server.
getInitialProps({query})
undefined
next export
{}
Version: 3.0.0-beta3
3.0.0-beta3
The text was updated successfully, but these errors were encountered:
Good one. Will fix it.
Sorry, something went wrong.
No branches or pull requests
When no query is given,
getInitialProps({query})
isundefined
when runningnext export
. It's{}
in the browser and when running on the server.Version:
3.0.0-beta3
The text was updated successfully, but these errors were encountered: