Tags: codeway-0841/react-query
Tags
fix(useQuery): make sure queryKeys are always an array at runtime whe… …n passed to the queryFn (TanStack#2200)
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
PreviousNext