We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de60e6 commit 37ad9c1Copy full SHA for 37ad9c1
docs/src/pages/docs/guides/infinite-queries.md
@@ -50,6 +50,7 @@ function Projects() {
50
isFetchingMore,
51
fetchMore,
52
canFetchMore,
53
+ error,
54
} = useInfiniteQuery('projects', fetchProjects, {
55
getFetchMore: (lastGroup, allGroups) => lastGroup.nextCursor,
56
})
0 commit comments