Skip to content

Commit

Permalink
fix(loop): cleanup WIP state
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jan 29, 2025
1 parent 7f5cf49 commit c1880b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiber/src/core/loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function loop(timestamp: number): void {
repeat += update(timestamp, state)
}
}
useFrameInProgress = true
useFrameInProgress = false

// Run after-effects
flushGlobalEffects('after', timestamp)
Expand Down

0 comments on commit c1880b4

Please sign in to comment.