Tags: descire/react-query
Tags
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)
fix(devtools): Hide devtools when closed, prevent focus (TanStack#2376)
feat: session storage persistor (TanStack#2282) LocalStoragePersistor is now integrated with WebStoragePersistor, which can take any `Storage`
fix(devtools): fix devtools crash on rejected promises on refetch (Ta… …nStack#2344) Catch the error using noop when refetching the query via devtools fixes TanStack#2014
PreviousNext