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 ea397b7 commit 96ca3b0Copy full SHA for 96ca3b0
packages/runtime-core/src/renderer.ts
@@ -2499,7 +2499,7 @@ function baseCreateRenderer(
2499
const getNextHostNode: NextFn = vnode => {
2500
if (vnode.shapeFlag & ShapeFlags.COMPONENT) {
2501
if ((vnode.type as ConcreteComponent).__vapor) {
2502
- return hostNextSibling((vnode.component! as any).block)
+ return hostNextSibling(vnode.anchor!)
2503
}
2504
return getNextHostNode(vnode.component!.subTree)
2505
0 commit comments