You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll restoration should be already handled by React Query out of the box, but if the data was GC'ed or the cache expired the queries should be configured in a way that allows them to fetch required data starting from the first "page" up to the current page (set with page query string).
The page parameter could be passed with initialData, but that has to be tested if useInfiniteQuery will fetch all previous pages.
The text was updated successfully, but these errors were encountered:
Scroll restoration should be already handled by React Query out of the box, but if the data was GC'ed or the cache expired the queries should be configured in a way that allows them to fetch required data starting from the first "page" up to the current page (set with
page
query string).The page parameter could be passed with
initialData
, but that has to be tested ifuseInfiniteQuery
will fetch all previous pages.The text was updated successfully, but these errors were encountered: