Skip to content

Commit

Permalink
fix: ensure useTick callback is updated when app is initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 1, 2024
1 parent f149527 commit 35d4643
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 35d4643

Please sign in to comment.