Replies: 1 comment
-
the
you are taking away the pageParams. What you'd need to do is:
if you use an inline function, we cannot magically "inject" a second parameter to it ... what you can also do is not use an inline function:
then, the function will get passed the whole |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm trying to pass the queryKey variable alongside the pageParam in useInfiniteQuery? I've tried for a while but:
Beta Was this translation helpful? Give feedback.
All reactions