Tags: Flavio27/react-query
Tags
fix(core): change `shouldFetchOptionally` function to account for que… …ry key changes (TanStack#2565)
fix(core): change `shouldFetchOptionally` condition (TanStack#2556)
fix(useQueries): make sure keepPreviousData is respected (TanStack#2340)
fix(MutationOptions): improve the type of onMutate (TanStack#2494) set the return type of onMutate as Promise<TContext | undefined> instead of Promise<TContext> | Promise<undefined> to make it work with async functions
feat(queryCache): add global onSuccess callback (TanStack#2404)
feat: asyncStoragePersistor for React Native (TanStack#2360)
PreviousNext