@react-native/virtualized-lists
Advanced tools
Comparing version 0.72.1 to 0.72.2
@@ -557,4 +557,2 @@ /** | ||
); | ||
this._updateViewableItems(props, cellsAroundViewport); | ||
const {contentLength, offset, visibleLength} = this._scrollMetrics; | ||
@@ -1718,2 +1716,4 @@ const distanceFromEnd = contentLength - visibleLength - offset; | ||
_updateCellsToRender = () => { | ||
this._updateViewableItems(this.props, this.state.cellsAroundViewport); | ||
this.setState((state, props) => { | ||
@@ -1720,0 +1720,0 @@ const cellsAroundViewport = this._adjustCellsAroundViewport( |
{ | ||
"name": "@react-native/virtualized-lists", | ||
"version": "0.72.1", | ||
"version": "0.72.2", | ||
"description": "Virtualized lists for React Native.", | ||
@@ -5,0 +5,0 @@ "repository": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
153319
0