Skip to content

Commit cdcdaae

Browse files
committed
comments for more info
1 parent 0e8f0cc commit cdcdaae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/examples/InfiniteListWithVerticalScroll.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ function InfiniteListWithVerticalScroll() {
1818
loading,
1919
hasNextPage,
2020
onLoadMore: loadMore,
21-
// When there is an error, we stop infinite loading.
22-
// It can be reactivated by setting "error" state as undefined.
2321
disabled: !!error,
2422
rootMargin: '0px 0px 400px 0px',
2523
});

0 commit comments

Comments
 (0)