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 a844a8f commit 4297822Copy full SHA for 4297822
packages/runtime-vapor/src/fragment.ts
@@ -189,12 +189,12 @@ export class DynamicFragment extends VaporFragment {
189
if (isHydrating) this.hydrate()
190
}
191
192
- private renderBranch(
+ renderBranch(
193
render: BlockFn | undefined,
194
transition: VaporTransitionHooks | undefined,
195
parent: ParentNode | null,
196
instance: GenericComponentInstance | null,
197
- ) {
+ ): void {
198
if (render) {
199
// try to reuse the kept-alive scope
200
const scope = this.getScope && this.getScope(this.current)
0 commit comments