We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BaseTransition
in-out
1 parent 299fda4 commit 2ff8dcaCopy full SHA for 2ff8dca
packages/runtime-core/src/components/BaseTransition.ts
@@ -185,7 +185,6 @@ const BaseTransitionImpl = {
185
oldInnerChild.type !== Comment &&
186
!isSameVNodeType(innerChild, oldInnerChild)
187
) {
188
- const prevHooks = oldInnerChild.transition!
189
const leavingHooks = resolveTransitionHooks(
190
oldInnerChild,
191
rawProps,
@@ -204,7 +203,6 @@ const BaseTransitionImpl = {
204
203
}
205
return emptyPlaceholder(child)
206
} else if (mode === 'in-out') {
207
- delete prevHooks.delayedLeave
208
leavingHooks.delayLeave = (
209
el: TransitionElement,
210
earlyRemove,
0 commit comments