We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c166b18 commit de5f647Copy full SHA for de5f647
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