@infinite-list/data-model
Advanced tools
Comparing version 0.4.3 to 0.4.5
{ | ||
"name": "@infinite-list/data-model", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
@@ -24,3 +24,3 @@ import Batchinator from '@x-oasis/batchinator'; | ||
import createStore from './state/createStore'; | ||
import { ReducerResult } from './state/types' | ||
import { ReducerResult } from './state/types'; | ||
import ListBaseDimensions from './ListBaseDimensions'; | ||
@@ -98,4 +98,4 @@ import Inspector from './Inspector'; | ||
this.initializeState() | ||
this.attemptToHandleEndReached() | ||
this.initializeState(); | ||
this.attemptToHandleEndReached(); | ||
} | ||
@@ -502,3 +502,3 @@ | ||
const recyclerType = dimensions.recyclerType; | ||
if (rangeMap[recyclerType] != null) rangeMap[recyclerType] = 0; | ||
if (rangeMap[recyclerType] == null) rangeMap[recyclerType] = 0; | ||
@@ -513,3 +513,3 @@ const endIndex = startIndex + dimensions.length; | ||
startIndexInRecycler, | ||
enIndexInRecycler: rangeMap[recyclerType], | ||
endIndexInRecycler: rangeMap[recyclerType], | ||
}); | ||
@@ -516,0 +516,0 @@ startIndex = endIndex; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3626225