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 ab5cead commit 496b58cCopy full SHA for 496b58c
README.md
@@ -69,7 +69,7 @@ You can define a custom `parentNode` element to base the scroll calulations on.
69
hasMore={true || false}
70
loader={<div className="loader" key={0}>Loading ...</div>}
71
useWindow={false}
72
- getScrollParent={() => return this.scrollParentRef}
+ getScrollParent={() => this.scrollParentRef}
73
>
74
{items}
75
</InfiniteScroll>
0 commit comments