react-native-onyx 3.0.52 → 3.0.53

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.
package/dist/OnyxUtils.js CHANGED
@@ -1091,7 +1091,7 @@ function unsubscribeFromKey(subscriptionID) {
1091
1091
  if (!callbackToStateMapping[subscriptionID]) {
1092
1092
  return;
1093
1093
  }
1094
- deleteKeyBySubscriptions(lastSubscriptionID);
1094
+ deleteKeyBySubscriptions(subscriptionID);
1095
1095
  delete callbackToStateMapping[subscriptionID];
1096
1096
  }
1097
1097
  function updateSnapshots(data, mergeFn) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-onyx",
3
- "version": "3.0.52",
3
+ "version": "3.0.53",
4
4
  "author": "Expensify, Inc.",
5
5
  "homepage": "https://expensify.com",
6
6
  "description": "State management for React Native",