useSWRInfinite: await setSize(totalPageCount) will not wait to load all pages. #4148
Unanswered
lovetingyuan
asked this question in
Q&A
Replies: 1 comment
-
If that's the case, I think even when using parallel requests, setSize should resolve only after all the requested data is completely received. |
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.
-
Does
await setSize(totalPageCount)
not wait for all the page data to be requested because I used theparallel: true
parameter?Beta Was this translation helpful? Give feedback.
All reactions