v1.1.0
What's Changed
Features
The useSearchPaginatedInfiniteQuery hook now returns additional properties:
flatData- a flat array of all items in the infinite listisRefetching- a boolean value that indicates whether a query is being refetched
Fixes
- Fix for
useSearchPaginatedInfiniteQueryhook - end of the list now don't lead to looped rerenders
Contributions
- infinite hook improvements by @RuslanAktaev in #33
Full Changelog: v1.0.0...v1.1.0