-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Transition wrapper components break hydration #3989
Comments
This is actually unrelated to Here's my reproduction using only |
No progress on the problem? |
If you wrap the slot in a div like this it doesn't complain anymore: <transition>
<div>
<slot />
</div>
</transition> This feels like a hack but it at least gets rid of the warning. |
Any update on this? |
Version
3.1.1
Reproduction link
https://codesandbox.io/s/goofy-sid-ikmtb?file=/src/App.vue
Steps to reproduce
<transition>
componentWhat is expected?
Hydration should work without errors
What is actually happening?
Hydration fails with the message:
The text was updated successfully, but these errors were encountered: