We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21119f commit f483558Copy full SHA for f483558
1 file changed
lib/Onyx.ts
@@ -41,7 +41,7 @@ function init({
41
initialKeyStates = {},
42
safeEvictionKeys = [],
43
maxCachedKeysCount = 1000,
44
- shouldSyncMultipleInstances = Boolean(global.localStorage),
+ shouldSyncMultipleInstances = !!global.localStorage,
45
debugSetState = false,
46
enablePerformanceMetrics = false,
47
skippableCollectionMemberIDs = [],
0 commit comments