Tags: Ephem/react-query
Tags
fix: remove shouldContinueRetryOnFocus on success (TanStack#563) Co-authored-by: Avinash <[email protected]>
fix(types): ReactQueryConfigProvider error type (TanStack#560) This fixes TanStack#542 by allowing the `<ReactQueryConfigProvider>` to get the generic error type.
Merge branch 'master' of https://github.com/tannerlinsley/react-query
fix(types): Fix error is typed as unknown (TanStack#483) (TanStack#514)
fix: clear cache timeouts (TanStack#495) * fix: clear cache timeouts calling queryCache.clear() was empting the queries object but not tearing any of them down this commit adds a clear method to the individual queries, which cancels timeouts and promises queryCache.clear now loops through the queries and clears each one I've also update the return type of queryCache.clear as it doesn't actually return anything * fixup! fix: clear cache timeouts Co-authored-by: Jack Ellis <[email protected]>
Merge branch 'master' of https://github.com/tannerlinsley/react-query
Merge branch 'master' of https://github.com/tannerlinsley/react-query
PreviousNext