Skip to content

Commit 2bdb5c1

Browse files
committed
fix(runtime-core): pass unmount into inital mount patch prop
1 parent 7886c26 commit 2bdb5c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/renderer.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,8 @@ function baseCreateRenderer(
698698
isSVG,
699699
vnode.children as VNode[],
700700
parentComponent,
701-
parentSuspense
701+
parentSuspense,
702+
unmountChildren
702703
)
703704
}
704705
}

0 commit comments

Comments
 (0)