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
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Is that expected - each time I invoke
getUserProfileThreadsLoggedIn()
for a specific user, the very first page gives a differentnext_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).
The text was updated successfully, but these errors were encountered: