Skip to content

Commit 7a00278

Browse files
authored
Merge branch 'main' into rlamb/SDK-568/bootstrap-support
2 parents 459eaa8 + 3389983 commit 7a00278

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/sdk/browser/src/BrowserDataManager.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ export default class BrowserDataManager extends BaseDataManager {
8585
this.setConnectionParams();
8686
}
8787
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;
8892

8993
// TODO: Handle wait for network results in a meaningful way. SDK-707
9094

0 commit comments

Comments
 (0)