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 0e8f0cc commit cdcdaaeCopy full SHA for cdcdaae
example/examples/InfiniteListWithVerticalScroll.tsx
@@ -18,8 +18,6 @@ function InfiniteListWithVerticalScroll() {
18
loading,
19
hasNextPage,
20
onLoadMore: loadMore,
21
- // When there is an error, we stop infinite loading.
22
- // It can be reactivated by setting "error" state as undefined.
23
disabled: !!error,
24
rootMargin: '0px 0px 400px 0px',
25
});
0 commit comments