Fix initial post list render
This commit is contained in:
parent
e748d8de33
commit
825ac75261
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ export default class PostList extends PureComponent {
|
|||
ref='list'
|
||||
data={postIds}
|
||||
extraData={this.makeExtraData(channelId, highlightPostId, this.props.extraData)}
|
||||
initialNumToRender={false}
|
||||
initialNumToRender={10}
|
||||
maxToRenderPerBatch={INITIAL_BATCH_TO_RENDER + 1}
|
||||
inverted={true}
|
||||
keyExtractor={this.keyExtractor}
|
||||
|
|
|
|||
Loading…
Reference in a new issue