Replies: 1 comment
-
I solved it using |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following process.
If the user has acted as follows, the user must remain in current state ( page and scroll ).
e.g.) [Click item on page 4 of screen A] -> [B Detailed screen of item] -> [Back] Click -> Scroll down. -> page 5 must be retrieved.
However, it's not working properly.
I am using the
fetchNextPage
method, and even if I put a value in it,undefined
goes over (once only, Only in that UX). How do I deal with it?The
keepPreviousData and refetchOnWindowFocus
is not resolved.Beta Was this translation helpful? Give feedback.
All reactions