|
|
@@ -185,7 +185,6 @@ const BaseTransitionImpl = {
|
|
|
oldInnerChild.type !== Comment &&
|
|
|
!isSameVNodeType(innerChild, oldInnerChild)
|
|
|
) {
|
|
|
- const prevHooks = oldInnerChild.transition!
|
|
|
const leavingHooks = resolveTransitionHooks(
|
|
|
oldInnerChild,
|
|
|
rawProps,
|
|
|
@@ -204,7 +203,6 @@ const BaseTransitionImpl = {
|
|
|
}
|
|
|
return emptyPlaceholder(child)
|
|
|
} else if (mode === 'in-out') {
|
|
|
- delete prevHooks.delayedLeave
|
|
|
leavingHooks.delayLeave = (
|
|
|
el: TransitionElement,
|
|
|
earlyRemove,
|