-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(VirtualizedList)!: remove numberOfElementsVisibleOnScreen and nu…
…mberOfElementsRendered props (#153) * feat!: remove numberOfItemsVisibleOnScreen prop from VirtualizedList * feat: change numberOfElementsRendered to additionalElementsRendered * fix: types error after refactor * refactor: move files to helpers * feat: update doc * feat: remove throw on values of nbOfElementsRendered * chore: remove unnecessary ternary * test: fixing tests * fix: remove throw on empty list * refactor: switch to object args for numberOfItemsVisibleOnScreenFunctions * chore: handle undefined index accesses * chore: handle length edge cases
- Loading branch information
Showing
14 changed files
with
436 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.