Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-camoglu committed Aug 11, 2021
1 parent 3bc188c commit 87e9138
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions build/react-infinite.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var Infinite = function (_React$Component) {
var nextInternalState = this.recomputeInternalStateFromProps(nextProps);
this.computedProps = nextInternalState.computedProps;
this.utils = nextInternalState.utils;
console.log('info', nextInternalState.newState);
this.setState(nextInternalState.newState);
}
}, {
Expand Down
Loading

0 comments on commit 87e9138

Please sign in to comment.