Skip to content
New issue

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

Fix query values being passed in dev mode for SSG #9734

Merged
merged 2 commits into from
Dec 13, 2019

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Dec 13, 2019

Currently query values can not be used during SSR for an SSG page in production so we need to make sure they are not available to the user in development either.

Fixes: #9732

@ijjk ijjk added the Type: Bug label Dec 13, 2019
@ijjk ijjk added this to the 9.1.6 milestone Dec 13, 2019
@ijjk ijjk requested a review from Timer December 13, 2019 16:24
@Timer Timer merged commit 677a950 into vercel:canary Dec 13, 2019
@Timer Timer deleted the fix/ssg-query branch December 13, 2019 18:14
@vercel vercel locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GET-query params are lost when using unstable_getStaticProps in production mode
2 participants