Skip to content

Commit

Permalink
fix(lists)!: make additionally rendered items less error prone
Browse files Browse the repository at this point in the history
Before this change, putting 1 as additionnally rendered items would
crash the list.
The minimum was 2 and it is not very explicit.

Now, minimum is 0, and default is 2.

This is breaking change because it shifts the
additionaNumberOfItemsRendered value by 2.
  • Loading branch information
pierpo committed Oct 15, 2024
1 parent 5c54400 commit 3361881
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 32 deletions.
Loading

0 comments on commit 3361881

Please sign in to comment.