Replies: 1 comment 1 reply
-
|
I would need to see a reproduction to comment on this |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement infinite scroll using usInfiniteQuery.
Problem :
I have returned a value from getNextPageParam to make hasNextPage true, but it is still showing false when used for fetching second page.
It gets true and runs well when some state updates.
This is the code.
Beta Was this translation helpful? Give feedback.
All reactions