Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 10, 2024
1 parent a3becca commit 70a206f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
},
refetchOnMount: true,
keepPreviousData: true,
onError: () => {
stopPolling();
},
},
},
);
Expand Down

0 comments on commit 70a206f

Please sign in to comment.