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
3.2.47
https://github.com/dritter/vue-ssr-hydration-mismatch-reproducer
No hydration mismatch should occur. The custom component should be skipped in hydration.
System: OS: Linux 6.2 Arch Linux CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz Memory: 8.89 GB / 15.39 GB Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 19.8.1 - /usr/bin/node npm: 8.19.2 - /usr/bin/npm Browsers: Chromium: 112.0.5615.121 Firefox: 112.0 npmPackages: vue: ^3.2.25 => 3.2.47
This does only happen, if <my-component> contains child nodes.
<my-component>
I discovered this in nuxt/nuxt#20327
The text was updated successfully, but these errors were encountered:
Hi! I think this problem needs more concern
Sorry, something went wrong.
No branches or pull requests
Vue version
3.2.47
Link to minimal reproduction
https://github.com/dritter/vue-ssr-hydration-mismatch-reproducer
Steps to reproduce
What is expected?
No hydration mismatch should occur. The custom component should be skipped in hydration.
What is actually happening?
System Info
System: OS: Linux 6.2 Arch Linux CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz Memory: 8.89 GB / 15.39 GB Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 19.8.1 - /usr/bin/node npm: 8.19.2 - /usr/bin/npm Browsers: Chromium: 112.0.5615.121 Firefox: 112.0 npmPackages: vue: ^3.2.25 => 3.2.47
Any additional comments?
This does only happen, if
<my-component>
contains child nodes.I discovered this in nuxt/nuxt#20327
The text was updated successfully, but these errors were encountered: