when migrating to v5 i have problem with pageParam inside my function. Problem TS2339: Property 'pageParam' does not exist on type '{ queryKey: QueryKey; signal: AbortSignal; meta: Record<string, unknown> | undefined; }'. #6370
Unanswered
ghblacktrade
asked this question in
General
Replies: 1 comment 4 replies
-
show a typescript playground please. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`export const getNotificationControllerGetNotificationInfiniteQueryOptions = <
TData = Awaited<ReturnType>,
TError = AxiosError<NotificationListEntity[]>,
};`
Beta Was this translation helpful? Give feedback.
All reactions