Open
Description
Observed behavior
- Create pagination with empty array (lastPage: 0 => currentPage: 0)
- Fill array with data (API call or just async delay)
- Empty results (lastPage: 114, currentPage: 0 != 1)
Expected behavior
- Create pagination with empty array (currentPage: 0)
- Fill array with data
- First page is shown (currentPage: 1)
Metadata
Metadata
Assignees
Labels
No labels