You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: all Promise rejections must be Errors (#4843)
* fix: make sure all promise rejections are Errors
because our default TError type is now Error
* fix: make sure all promise rejections are Errors
because our default TError type is now Error
* remove string promise rejection
I can't say I fully understand this code, but whatever we reject here does not land up in our reducer because we have already rejected with a CancelledError
the rejection here is just necessary to stop further pages from fetching after the AbortSignal has been consumed
* fix another test
* fix types
* fix createQuery tests
0 commit comments