Tags: dudasc/react-query
Tags
feat(persist): Added hydrate and dehydrate options to the persistQuer… …yClient function (TanStack#2131)
feat(query): add 'getObserversCount' util (TanStack#2130) * feat(query): add 'getObserversCount' util * refactor: replace usage of private observers with getter
fix(types): add mutationFn to UseMutationOptions (TanStack#2182)
fix(types): use MutationKey in UseMutationOptions (TanStack#2164)
fix: Add TQueryKey to QueryFunction generic type in QueryOptions, rem… …ove ensureArray from Query (TanStack#2074) * Add TQueryKey to QueryFunction generic type in QueryOptions * Fix typing in souurce * Fix inner typings, add test * Avoid "as unknown" hack * Remove ensureArray
fix: useInfiniteQuery suspense bug (TanStack#2119) * fix useInfiniteQuery suspense bug * real fix * move fix to infiniteQueryObserver
fix(types): Add `undefined` return type in onMutate (TanStack#2089) * onMutate callback add void in return type * Add core type * return type void to undefined * onMutate return type change 'Promise<TContext> | Promise<undefined> | TContext | undefined'
PreviousNext