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

Hydration errors during SSR #874

Merged
merged 2 commits into from
Oct 15, 2020
Merged

Conversation

MrWook
Copy link

@MrWook MrWook commented Dec 5, 2019

Currently if a network error with a smart query that is using prefetch occures, it will throw a hydration error. This is not the normal behaviour of serverPrefetch. Normally the renderer will handle the error.

With this PR the error is correctly piped through to serverPrefetch and will be handled correctly.

Related to #585

@mathix420
Copy link

Why this issue isn't already merged ? Obviously didn't break anything, and can solve nuxt-modules/apollo#42, nuxt-modules/apollo#315, #585 and probably way more

@Akryum Akryum merged commit 31fcf3a into vuejs:dev Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants