Skip to content

Commit 2acf5ff

Browse files
committed
1.0.15
1 parent a18f774 commit 2acf5ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-infinite-scroller",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Infinite scroll component for React in ES6",
55
"main": "index.js",
66
"jsnext:main": "src/InfiniteScroll.js",

src/InfiniteScroll.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default class InfiniteScroll extends Component {
1111
isReverse: PropTypes.bool,
1212
loadMore: PropTypes.func.isRequired,
1313
pageStart: PropTypes.number,
14+
ref: PropTypes.func,
1415
threshold: PropTypes.number,
1516
useCapture: PropTypes.bool,
1617
useWindow: PropTypes.bool,

0 commit comments

Comments
 (0)