Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 6, 2024
1 parent 990b9da commit 22f6d01
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 22f6d01

Please sign in to comment.