We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 459eaa8 + 3389983 commit 7a00278Copy full SHA for 7a00278
packages/sdk/browser/src/BrowserDataManager.ts
@@ -85,6 +85,10 @@ export default class BrowserDataManager extends BaseDataManager {
85
this.setConnectionParams();
86
}
87
this.secureModeHash = browserIdentifyOptions?.hash;
88
+ if (await this.flagManager.loadCached(context)) {
89
+ this.debugLog('Identify - Flags loaded from cache. Continuing to initialize via a poll.');
90
+ }
91
+ this.secureModeHash = browserIdentifyOptions?.hash;
92
93
// TODO: Handle wait for network results in a meaningful way. SDK-707
94
0 commit comments