Tags: ramirezramirez125/react-query
Tags
fix(queryCache): caches from makeQueryCache should be unfrozen/cache … …by default in node (TanStack#749) Fix so the default behaviour matches the one described in the Readme. Add tests for the above behaviour. Closes TanStack#706
feat(queryCache): pass query to subscribers (TanStack#765) Any cache update triggered by a query will pass the query as the second argument to subscribers. This enables executing side-effects for specific query updates.
fix(types): pass TError down to CachedQueryState (TanStack#763)
fix(types): add queryFn to ReactQueryProviderConfig (TanStack#762)
PreviousNext