-
-
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
Using slot content with v-if and same DOM elements lead to patching error #9308
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue version
3.3.4
Link to minimal reproduction
https://stackblitz.com/edit/vue-mbuqlf?file=src%2FApp.vue
Steps to reproduce
What is expected?
After 3 seconds the slot content gets replaced with
After 123
.What is actually happening?
A error gets thrown and the default slot content gets rendered:
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: