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 6302a07 commit 0e8f0ccCopy full SHA for 0e8f0cc
example/examples/InfiniteListSimple.tsx
@@ -38,7 +38,7 @@ function SimpleInfiniteList() {
38
))}
39
{/*
40
As long as we have a "next page", we show "Loading" right under the list.
41
- When it becomes visible on the screen, or it becomes near, it triggers 'onLoadMore'.
+ When it becomes visible on the screen, or it comes near, it triggers 'onLoadMore'.
42
This is our "sentry".
43
We can also use another "sentry" which is separated from the "Loading" component like:
44
<div ref={infiniteRef} />
0 commit comments