Skip to content

Commit

Permalink
fix: initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed Jun 26, 2024
1 parent 6487ab6 commit 0a2b3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export function stop(runner: ReactiveEffectRunner) {
}

export let shouldTrack = true
export let pauseScheduleStack = 1
export let pauseScheduleStack = -1

const trackStack: boolean[] = []

Expand Down

0 comments on commit 0a2b3e1

Please sign in to comment.