react-native-onyx 1.0.68 → 1.0.69

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.
@@ -2268,6 +2268,9 @@ const provider = {
2268
2268
  */
2269
2269
  clear: () => (0,idb_keyval__WEBPACK_IMPORTED_MODULE_0__.clear)(getCustomStore()),
2270
2270
 
2271
+ // This is a noop for now in order to keep clients from crashing see https://github.com/Expensify/Expensify/issues/312438
2272
+ setMemoryOnlyKeys: () => {},
2273
+
2271
2274
  /**
2272
2275
  * Returns all keys available in storage
2273
2276
  * @returns {Promise<String[]>}