@infinite-list/data-model
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@infinite-list/data-model", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
@@ -1048,3 +1048,3 @@ import noop from '@x-oasis/noop'; | ||
: itemMeta.getState(); | ||
itemMeta.setItemMetaState(itemMetaState); | ||
itemMeta?.setItemMetaState(itemMetaState); | ||
@@ -1226,3 +1226,3 @@ recycleStateResult.push({ | ||
: itemMeta.getState(); | ||
itemMeta.setItemMetaState(itemMetaState); | ||
itemMeta?.setItemMetaState(itemMetaState); | ||
@@ -1229,0 +1229,0 @@ spaceState.push({ |
@@ -323,3 +323,3 @@ import resolveChanged from '@x-oasis/resolve-changed'; | ||
// it only used for itemDimensions..... | ||
itemMeta.setItemMetaState(state); | ||
itemMeta?.setItemMetaState(state); | ||
} | ||
@@ -326,0 +326,0 @@ } |
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
1567713