Skip to content

Commit 023b005

Browse files
committed
chore: update
1 parent 3896780 commit 023b005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ export function traverseStaticChildren(
26242624
function locateNonHydratedAsyncRoot(
26252625
instance: ComponentInternalInstance,
26262626
): ComponentInternalInstance | undefined {
2627-
const subComponent = instance.subTree.component
2627+
const subComponent = instance.vapor ? null : instance.subTree.component
26282628
if (subComponent) {
26292629
if (subComponent.asyncDep && !subComponent.asyncResolved) {
26302630
return subComponent

0 commit comments

Comments
 (0)