We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aedb1 commit 2bd0406Copy full SHA for 2bd0406
1 file changed
lib/index.js
@@ -255,8 +255,8 @@ return /******/ (function(modules) { // webpackBootstrap
255
256
// call the `next` function in the props to trigger the next data fetch
257
if (atBottom && this.props.hasMore) {
258
- this.props.next();
259
this.setState({ actionTriggered: true, showLoader: true });
+ this.props.next();
260
}
261
this.setState({ lastScrollTop: target.scrollTop });
262
0 commit comments