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 a11d1c1 commit 6977598Copy full SHA for 6977598
packages/vue-query/src/useBaseQuery.ts
@@ -49,7 +49,7 @@ type UseQueryOptionsGeneric<
49
TQueryFnData,
50
TError,
51
TData,
52
- TQueryFnData,
+ TQueryData,
53
TQueryKey,
54
TPageParam
55
>
0 commit comments