Skip to content

Commit

Permalink
fix: get list processor class
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cesarato committed Jun 7, 2021
1 parent efe6fec commit 1086649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BigList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class BigList extends PureComponent {
insetBottom,
} = this.props;
const sectionLengths = BigList.getSectionLengths(sections, data);
return BigListProcessor({
return new BigListProcessor({
sections: sectionLengths,
headerHeight,
footerHeight,
Expand Down

0 comments on commit 1086649

Please sign in to comment.