We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896780 commit 023b005Copy full SHA for 023b005
packages/runtime-core/src/renderer.ts
@@ -2624,7 +2624,7 @@ export function traverseStaticChildren(
2624
function locateNonHydratedAsyncRoot(
2625
instance: ComponentInternalInstance,
2626
): ComponentInternalInstance | undefined {
2627
- const subComponent = instance.subTree.component
+ const subComponent = instance.vapor ? null : instance.subTree.component
2628
if (subComponent) {
2629
if (subComponent.asyncDep && !subComponent.asyncResolved) {
2630
return subComponent
0 commit comments