Set refreshing default value (#2380)

This commit is contained in:
Elias Nahum 2018-11-26 20:29:10 -03:00 committed by GitHub
parent c2b0b3255e
commit e36a01267f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ export default class PostListBase extends PureComponent {
static defaultProps = {
onLoadMoreUp: () => true,
renderFooter: () => null,
refreshing: false,
};
componentWillMount() {