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 0253588 commit 3ce7910Copy full SHA for 3ce7910
2 files changed
.changeset/fancy-eels-see.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/vue-query': patch
3
4
+
5
+Include TPageParam in enabled of InfiniteQueryObserverOptions
packages/vue-query/src/useInfiniteQuery.ts
@@ -44,7 +44,8 @@ export type UseInfiniteQueryOptions<
44
TQueryFnData,
45
TError,
46
TData,
47
- DeepUnwrapRef<TQueryKey>
+ DeepUnwrapRef<TQueryKey>,
48
+ TPageParam
49
>[Property]
50
>
51
: MaybeRefDeep<
0 commit comments