@tanstack/react-query
Advanced tools
Comparing version 5.64.1 to 5.64.2
@@ -20,2 +20,7 @@ import { DefaultError, QueryKey, QueryObserverOptions, OmitKeyof, SkipToken, InfiniteQueryObserverOptions, QueryObserverResult, DefinedQueryObserverResult, InfiniteQueryObserverResult, DefinedInfiniteQueryObserverResult, MutationObserverOptions, MutateFunction, Override, MutationObserverResult } from '@tanstack/query-core'; | ||
interface UseInfiniteQueryOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> extends OmitKeyof<InfiniteQueryObserverOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey, TPageParam>, 'suspense'> { | ||
/** | ||
* Set this to `false` to unsubscribe this observer from updates to the query cache. | ||
* Defaults to `true`. | ||
*/ | ||
subscribed?: boolean; | ||
} | ||
@@ -22,0 +27,0 @@ type AnyUseSuspenseInfiniteQueryOptions = UseSuspenseInfiniteQueryOptions<any, any, any, any, any, any>; |
@@ -20,2 +20,7 @@ import { DefaultError, QueryKey, QueryObserverOptions, OmitKeyof, SkipToken, InfiniteQueryObserverOptions, QueryObserverResult, DefinedQueryObserverResult, InfiniteQueryObserverResult, DefinedInfiniteQueryObserverResult, MutationObserverOptions, MutateFunction, Override, MutationObserverResult } from '@tanstack/query-core'; | ||
interface UseInfiniteQueryOptions<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryData = TQueryFnData, TQueryKey extends QueryKey = QueryKey, TPageParam = unknown> extends OmitKeyof<InfiniteQueryObserverOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey, TPageParam>, 'suspense'> { | ||
/** | ||
* Set this to `false` to unsubscribe this observer from updates to the query cache. | ||
* Defaults to `true`. | ||
*/ | ||
subscribed?: boolean; | ||
} | ||
@@ -22,0 +27,0 @@ type AnyUseSuspenseInfiniteQueryOptions = UseSuspenseInfiniteQueryOptions<any, any, any, any, any, any>; |
{ | ||
"name": "@tanstack/react-query", | ||
"version": "5.64.1", | ||
"version": "5.64.2", | ||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -46,3 +46,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.64.1" | ||
"@tanstack/query-core": "5.64.2" | ||
}, | ||
@@ -59,3 +59,3 @@ "devDependencies": { | ||
"react-error-boundary": "^4.1.2", | ||
"@tanstack/query-persist-client-core": "5.64.1" | ||
"@tanstack/query-persist-client-core": "5.64.2" | ||
}, | ||
@@ -62,0 +62,0 @@ "peerDependencies": { |
@@ -104,3 +104,9 @@ /* istanbul ignore file */ | ||
'suspense' | ||
> {} | ||
> { | ||
/** | ||
* Set this to `false` to unsubscribe this observer from updates to the query cache. | ||
* Defaults to `true`. | ||
*/ | ||
subscribed?: boolean | ||
} | ||
@@ -107,0 +113,0 @@ export type AnyUseSuspenseInfiniteQueryOptions = |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
716559
8641
+ Added@tanstack/query-core@5.64.2(transitive)
- Removed@tanstack/query-core@5.64.1(transitive)
Updated@tanstack/query-core@5.64.2