Skip to content

Commit

Permalink
remove redundant setIsRestoring(true) to fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-atomrigs committed Oct 24, 2024
1 parent caf6556 commit 2f3bfd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const PersistQueryClientProvider = ({
}
if (!didRestore.current) {
didRestore.current = true
setIsRestoring(true)
persistQueryClientRestore(options).then(async () => {
try {
await refs.current.onSuccess?.()
Expand Down

0 comments on commit 2f3bfd6

Please sign in to comment.