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: hydration miss match for prerender #1733

Merged
merged 4 commits into from
Dec 15, 2022
Merged

fix: hydration miss match for prerender #1733

merged 4 commits into from
Dec 15, 2022

Conversation

kazupon
Copy link
Collaborator

@kazupon kazupon commented Dec 14, 2022

πŸ”— Linked issue

resolve nuxt/nuxt#1721

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@kazupon
Copy link
Collaborator Author

kazupon commented Dec 15, 2022

I have added tests for this PR to specs, but no test implementation yet.
because the server doesn't work on builds where @nuxt/test-utils is prerendered.
about details: https://github.com/nuxt/nuxt.js/issues/15618

nuxt/nuxt#1721 stackbliz will be used to test it.

@kazupon kazupon changed the title fix: hydration miss match for SSG fix: hydration miss match for prerender Dec 15, 2022
@kazupon kazupon mentioned this pull request Dec 15, 2022
@kazupon kazupon merged commit caaea70 into next Dec 15, 2022
@kazupon kazupon deleted the fix/1721 branch December 15, 2022 02:13
DarthGigi pushed a commit to DarthGigi/i18n that referenced this pull request Apr 16, 2024
* fix: hydration miss match for SSG

* tweaks

* refactor: add tests

* fix: lint warnings
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.

hydration mismatches error in nuxt 3 static generated ssr mode
1 participant