Set refreshing default value (#2380)
This commit is contained in:
parent
c2b0b3255e
commit
e36a01267f
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export default class PostListBase extends PureComponent {
|
|||
static defaultProps = {
|
||||
onLoadMoreUp: () => true,
|
||||
renderFooter: () => null,
|
||||
refreshing: false,
|
||||
};
|
||||
|
||||
componentWillMount() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue