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 +1 -1
- package/package.json +1 -1
package/dist/OnyxUtils.js
CHANGED
|
@@ -1091,7 +1091,7 @@ function unsubscribeFromKey(subscriptionID) {
|
|
|
1091
1091
|
if (!callbackToStateMapping[subscriptionID]) {
|
|
1092
1092
|
return;
|
|
1093
1093
|
}
|
|
1094
|
-
deleteKeyBySubscriptions(
|
|
1094
|
+
deleteKeyBySubscriptions(subscriptionID);
|
|
1095
1095
|
delete callbackToStateMapping[subscriptionID];
|
|
1096
1096
|
}
|
|
1097
1097
|
function updateSnapshots(data, mergeFn) {
|