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 a18f774 commit 2acf5ffCopy full SHA for 2acf5ff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-infinite-scroller",
3
- "version": "1.0.14",
+ "version": "1.0.15",
4
"description": "Infinite scroll component for React in ES6",
5
"main": "index.js",
6
"jsnext:main": "src/InfiniteScroll.js",
src/InfiniteScroll.js
@@ -11,6 +11,7 @@ export default class InfiniteScroll extends Component {
11
isReverse: PropTypes.bool,
12
loadMore: PropTypes.func.isRequired,
13
pageStart: PropTypes.number,
14
+ ref: PropTypes.func,
15
threshold: PropTypes.number,
16
useCapture: PropTypes.bool,
17
useWindow: PropTypes.bool,
0 commit comments