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
This will get you the correct data back, but in the network tab you will see 2 queries being made one without params and another one with correct pageSize params which are -> pageSize: 5
Discussed in #2691
Originally posted by vinclou October 10, 2022
Deps:
Example:
This will get you the correct data back, but in the network tab you will see 2 queries being made one
without params
and another one with correct pageSize params which are ->pageSize: 5
ex:
I'm a bit confused about why is there a fetchSize option if it fetches all data on initial render that exists anyway?
Clarification: If you use useList, with overridden pagination, it will work and make expected 1 query only
The text was updated successfully, but these errors were encountered: