Skip to content

Commit

Permalink
Update packages/fiber/src/core/loop.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Bennett <[email protected]>
  • Loading branch information
krispya and CodyJasonBennett authored May 11, 2024
1 parent 2207cec commit 684d89e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fiber/src/core/loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,3 @@ export function advance(timestamp: number, runGlobalEffects: boolean = true, sta
else update(timestamp, state, frame)
if (runGlobalEffects) flushGlobalEffects('after', timestamp)
}

console.log(globalEffects)

0 comments on commit 684d89e

Please sign in to comment.