We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4f0be commit 846c650Copy full SHA for 846c650
1 file changed
lib/Onyx.ts
@@ -72,7 +72,7 @@ function init({
72
73
OnyxUtils.initStoreValues(keys, initialKeyStates, evictableKeys);
74
75
- // Initialize all of our keys with data provided then give green light to any pending connections..
+ // Initialize all of our keys with data provided then give green light to any pending connections...
76
Promise.all([cache.addEvictableKeysToRecentlyAccessedList(OnyxUtils.isCollectionKey, OnyxUtils.getAllKeys), OnyxUtils.initializeWithDefaultKeyStates()]).then(
77
OnyxUtils.getDeferredInitTask().resolve,
78
);
0 commit comments