Skip to content

Commit 37ad9c1

Browse files
authored
docs(infiniteQuery guide): include missing error (#1289)
1 parent 3de60e6 commit 37ad9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/pages/docs/guides/infinite-queries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function Projects() {
5050
isFetchingMore,
5151
fetchMore,
5252
canFetchMore,
53+
error,
5354
} = useInfiniteQuery('projects', fetchProjects, {
5455
getFetchMore: (lastGroup, allGroups) => lastGroup.nextCursor,
5556
})

0 commit comments

Comments
 (0)