We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In browser all works fine
<div style={{ marginLeft: -24, marginRight: -24, overflow: 'auto', height: 'calc(100% - 122px)', }} ref={scrollParentRef} > <InfiniteScroll pageStart={0} loadMore={fetchData} hasMore={hasMoreData.current} useWindow={false} getScrollParent={() => scrollParentRef.current} loader={ <Card> <Skeleton active /> </Card> } > {data.map((item) => ( <Comment key={item.id} content={<p>{item.comment}</p>} /> ))} </InfiniteScroll>
But when start testing it not calls fetchData (loadMore) fn
The text was updated successfully, but these errors were encountered:
I have the same issue. Can someone help me on this question also? Thank you so much.
Sorry, something went wrong.
i moved to this lib https://github.com/ankeetmaini/react-infinite-scroll-component works fine
No branches or pull requests
In browser all works fine
But when start testing it not calls fetchData (loadMore) fn
The text was updated successfully, but these errors were encountered: