@symbo.ls/atoms
Advanced tools
Comparing version 2.11.304 to 2.11.305
@@ -20,2 +20,4 @@ 'use strict' | ||
if (isObjectLike(param)) param = deepClone(param) | ||
if (ref.__collectionCache) { | ||
@@ -27,7 +29,7 @@ const equals = JSON.stringify(param) === JSON.stringify(ref.__collectionCache) | ||
} else { | ||
ref.__collectionCache = deepClone(param) | ||
ref.__collectionCache = param | ||
delete ref.__noCollectionDifference | ||
} | ||
} else { | ||
ref.__collectionCache = deepClone(param) | ||
ref.__collectionCache = param | ||
} | ||
@@ -34,0 +36,0 @@ |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.304", | ||
"version": "2.11.305", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "7844f8284253f6a9b992109e1af842910c20e806", | ||
"gitHead": "14569e713ad6d47a3be207df9f23dc0338a2d562", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
@@ -29,2 +29,3 @@ 'use strict' | ||
width: 'inherit', | ||
ignoreChildExtend: true, | ||
height: 'inherit', | ||
@@ -31,0 +32,0 @@ src: props.src |
49392
1378