-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: transition
Description
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
click delete button
wait second
What is expected?
no error reported
What is actually happening?
error reported
System Info
No response
Any additional comments?
When the children of TransitionGroup are components, first set the elements inside the component to empty through v-if. Afterwards, an error will be reported when TransitionGroup executes the end animation.
https://codesandbox.io/s/recursing-surf-cv4p7l?file=/src/App.vue
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: transition