-
Hi community, Has anyone experienced an infinite query that does not return page params correctly when it reaches the 3 index of the array? Am I missing something with my implementation? useInfiniteQuery hook
Page params array result
I tested my API and is working correctly
|
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Aug 19, 2024
Replies: 1 comment 4 replies
-
@TkDodo Sorry to tag you, but I'm still stuck trying to make it work. I hope you can help me. |
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
you are not using the
pageParam
that gets injected into thequeryFn
at all.