We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941fadb commit 65bcf42Copy full SHA for 65bcf42
src/core/types.ts
@@ -274,10 +274,7 @@ export interface ResetQueryFilters<TPageData = unknown>
274
RefetchPageFilters<TPageData> {}
275
276
export interface InvalidateOptions extends RefetchOptions {}
277
-
278
-export interface ResetOptions {
279
- throwOnError?: boolean
280
-}
+export interface ResetOptions extends RefetchOptions {}
281
282
export interface FetchNextPageOptions extends ResultOptions {
283
cancelRefetch?: boolean
0 commit comments