Skip to content

Commit

Permalink
fix(useQueries): check error boundary before retry to prevent infinit…
Browse files Browse the repository at this point in the history
…e refetch (#5271)

* fix(useQueries): check error boundary before retry to prevent infinite refetch

useQuery correctly handles checks on  error boundary before retry. This work will change useQueries to match behavior.

Fixes #4644

* style: fix formatting

---------

Co-authored-by: Hancock, Matthew <[email protected]>
Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2023
1 parent a65e7f1 commit 98be9ec
Show file tree
Hide file tree
Showing 2 changed files with 691 additions and 571 deletions.
Loading

0 comments on commit 98be9ec

Please sign in to comment.