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 071dda0 commit 7031be3Copy full SHA for 7031be3
src/inifinite-query.ts
@@ -504,6 +504,11 @@ export class InfiniteQuery<
504
return Query.prototype.createQueryHash.call(this, queryKey, options);
505
}
506
507
+ protected getCurrentThrowableError(options?: RefetchOptions) {
508
+ // @ts-expect-error
509
+ return Query.prototype.getCurrentThrowableError.call(this, options);
510
+ }
511
+
512
setData(
513
updater: Updater<
514
NoInfer<InfiniteData<TQueryFnData, TPageParam>> | undefined,
0 commit comments