Patch Changes
-
Fix
useLiveInfiniteQuerypeek-ahead detection forhasNextPage. The initial query now correctly requestspageSize + 1items to detect whether additional pages exist, matching the behavior of subsequent page loads. (#1209)Fix async on-demand pagination by ensuring the graph callback fires at least once even when there is no pending graph work, so that
loadMoreIfNeededis triggered aftersetWindow()increases the limit. -
Updated dependencies [
85c373e,9184dcc,83d5ac8]:- @tanstack/db@0.5.26