-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
Relating to this comment, when retry failed due to error it appears that the error is being cached forever and rethrown every time the query itself is retried (not the internal retry logic)
To Reproduce
Steps to reproduce the behavior:
- Create a global
retryhandler that returns false if there is anerrargument - After the error is thrown, handle it with an error boundary so the next time the query is run the query should succeed
Expected behavior
The query should re-run and no error should occur
What actually happens
the error is cached and rethrown
alexandernanberg, giotiskl and foray1010
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed