Set overscanCount to 5
This commit is contained in:
parent
a7b6442ed9
commit
a783a87d04
3 changed files with 55 additions and 53 deletions
|
@ -81,6 +81,7 @@ export default class UserList extends PureComponent {
|
|||
itemKey={this.getItemKey}
|
||||
itemSize={this.getItemHeight}
|
||||
estimatedItemSize={24}
|
||||
overscanCount={5}
|
||||
>
|
||||
{this.renderUser}
|
||||
</List>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue