react-native-onyx 2.0.124 → 2.0.126
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
|
@@ -562,6 +562,7 @@ function keysChanged(collectionKey, partialCollection, partialPreviousCollection
|
|
|
562
562
|
}
|
|
563
563
|
const subscriberCallback = subscriber.callback;
|
|
564
564
|
subscriberCallback(cachedCollection[subscriber.key], subscriber.key);
|
|
565
|
+
lastConnectionCallbackData.set(subscriber.subscriptionID, cachedCollection[subscriber.key]);
|
|
565
566
|
continue;
|
|
566
567
|
}
|
|
567
568
|
continue;
|