Skip to content

Commit

Permalink
Merge pull request #517 from pixijs/506-bug-usetick-not-ticking-on-in…
Browse files Browse the repository at this point in the history
…itial-load-during-vite-dev

Ensure `useTick` callback is updated when app is initialised
  • Loading branch information
trezy authored Aug 1, 2024
2 parents f149527 + 35d4643 commit 8a317c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useTick.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export function useTick<T>(
callback,
context,
isEnabled,
isInitialised,
priority,
]);
}

0 comments on commit 8a317c1

Please sign in to comment.