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 db8a589 commit ba93f28Copy full SHA for ba93f28
packages/runtime-vapor/src/block.ts
@@ -59,9 +59,7 @@ export class DynamicFragment extends VaporFragment {
59
if (render) {
60
this.scope = new EffectScope()
61
this.nodes = this.scope.run(render) || []
62
- if (parent) {
63
- insert(this.nodes, parent, this.anchor)
64
- }
+ if (parent) insert(this.nodes, parent, this.anchor)
65
} else {
66
this.scope = undefined
67
this.nodes = []
0 commit comments