Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Varixo committed Aug 16, 2024
1 parent 03fa2d1 commit bdace09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/qwik/src/core/v2/shared/scheduler.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ function mockTask(host: VNode, opts: { index?: number; qrl?: QRL; visible?: bool
$qrl$: opts.qrl || ($(() => null) as any),
$state$: null!,
$destroy$: null!,
$dependencies$: null,
};
}

0 comments on commit bdace09

Please sign in to comment.