We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6ef92 commit 5073e61Copy full SHA for 5073e61
packages/runtime-dom/src/components/TransitionGroup.ts
@@ -81,6 +81,7 @@ const TransitionGroupImpl: ComponentOptions = /*@__PURE__*/ decorate({
81
moveClass,
82
)
83
) {
84
+ prevChildren = []
85
return
86
}
87
0 commit comments