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.41
https://stackblitz.com/edit/github-96ft3e-hemmf1?file=src%2FCustomTransition.vue
<template> <transition-group name="custom-transition"> <slot /> </transition-group> </template>
<template> <div> <button @click="showData = !showData">Toggle</button> <CustomTransition> <div v-if="showData">test</div> </CustomTransition> </div> </template>
No warning
[Vue warn]: Hydration children mismatch in <div>: server rendered element contains more child nodes than client vdom.
No response
Excactly the same issue with "Transition" instead of "TransitionGroup" was already fixed: #5991 The example is also nearly the same.
The text was updated successfully, but these errors were encountered:
Duplicate of #6715
Sorry, something went wrong.
No branches or pull requests
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/github-96ft3e-hemmf1?file=src%2FCustomTransition.vue
Steps to reproduce
What is expected?
No warning
What is actually happening?
[Vue warn]: Hydration children mismatch in <div>: server rendered element contains more child nodes than client vdom.
System Info
No response
Any additional comments?
Excactly the same issue with "Transition" instead of "TransitionGroup" was already fixed: #5991
The example is also nearly the same.
The text was updated successfully, but these errors were encountered: