This repository was archived by the owner on Sep 8, 2023. It is now read-only.
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Different pagination cursor each time #311
Open
Description
Is that expected - each time I invoke getUserProfileThreadsLoggedIn()
for a specific user, the very first page gives a different next_max_id
each time.
I am using swr so this causes it to revalidate all pages each time I load a new page - because the cursor of the first page has changed (even though the content hasn't).