react-native-onyx 2.0.59 → 2.0.60
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 -0
- package/package.json +1 -1
package/dist/OnyxUtils.js
CHANGED
|
@@ -280,6 +280,7 @@ function deleteKeyByConnections(connectionID) {
|
|
|
280
280
|
const updatedConnectionIDs = onyxKeyToConnectionIDs.get(subscriber.key).filter((id) => id !== connectionID);
|
|
281
281
|
onyxKeyToConnectionIDs.set(subscriber.key, updatedConnectionIDs);
|
|
282
282
|
}
|
|
283
|
+
lastConnectionCallbackData.delete(connectionID);
|
|
283
284
|
}
|
|
284
285
|
/** Returns current key names stored in persisted storage */
|
|
285
286
|
function getAllKeys() {
|