react-native-onyx 1.0.111 → 1.0.112

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.
@@ -1853,7 +1853,7 @@ class OnyxCache {
1853
1853
 
1854
1854
  // lodash adds a small overhead so we don't use it here
1855
1855
  // eslint-disable-next-line prefer-object-spread, rulesdir/prefer-underscore-method
1856
- this.storageMap = Object.assign({}, _utils__WEBPACK_IMPORTED_MODULE_2__["default"].fastMerge(this.storageMap, data));
1856
+ this.storageMap = Object.assign({}, _utils__WEBPACK_IMPORTED_MODULE_2__["default"].fastMerge(this.storageMap, data, false));
1857
1857
 
1858
1858
  const storageKeys = this.getAllKeys();
1859
1859
  const mergedKeys = underscore__WEBPACK_IMPORTED_MODULE_0___default().keys(data);