Skip to content

Commit

Permalink
docs(infiniteQuery guide): include missing error (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
roachjc committed Nov 14, 2020
1 parent 3de60e6 commit 37ad9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/docs/guides/infinite-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function Projects() {
isFetchingMore,
fetchMore,
canFetchMore,
error,
} = useInfiniteQuery('projects', fetchProjects, {
getFetchMore: (lastGroup, allGroups) => lastGroup.nextCursor,
})
Expand Down

1 comment on commit 37ad9c1

@vercel
Copy link

@vercel vercel bot commented on 37ad9c1 Nov 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.