You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -139,9 +139,9 @@ function setSkippableCollectionMemberIDs(ids: Set<string>): void {
139
139
* @param keys - `ONYXKEYS` constants object from Onyx.init()
140
140
* @param initialKeyStates - initial data to set when `init()` and `clear()` are called
141
141
* @param evictableKeys - This is an array of keys (individual or collection patterns) that when provided to Onyx are flagged as "safe" for removal.
142
-
* @parammergeAllSnapshotKeys - Array of collection keys whose backend returned data can be directly merged into snapshot without selectively picking the existing keys in the existing snapshot data.
142
+
* @paramfullyMergedSnapshotKeys - Array of collection keys whose backend returned data can be directly merged into snapshot without selectively picking the existing keys in the existing snapshot data.
0 commit comments