@legendapp/list 2.0.0-next.13 → 2.0.0-next.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1193,7 +1193,7 @@ function updateAllPositions(ctx, state, dataChanged) {
1193
1193
  idCache.clear();
1194
1194
  positions.clear();
1195
1195
  }
1196
- const useAverageSize = !getEstimatedItemSize;
1196
+ const useAverageSize = false;
1197
1197
  const itemType = "";
1198
1198
  let averageSize = (_a = averageSizes[itemType]) == null ? void 0 : _a.avg;
1199
1199
  if (averageSize !== void 0) {
package/index.mjs CHANGED
@@ -1172,7 +1172,7 @@ function updateAllPositions(ctx, state, dataChanged) {
1172
1172
  idCache.clear();
1173
1173
  positions.clear();
1174
1174
  }
1175
- const useAverageSize = !getEstimatedItemSize;
1175
+ const useAverageSize = false;
1176
1176
  const itemType = "";
1177
1177
  let averageSize = (_a = averageSizes[itemType]) == null ? void 0 : _a.avg;
1178
1178
  if (averageSize !== void 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legendapp/list",
3
- "version": "2.0.0-next.13",
3
+ "version": "2.0.0-next.14",
4
4
  "description": "Legend List is a drop-in replacement for FlatList with much better performance and supporting dynamically sized items.",
5
5
  "sideEffects": false,
6
6
  "private": false,