We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8569b42 commit e083015Copy full SHA for e083015
1 file changed
packages/browser-sdk/src/flag/flags.ts
@@ -311,6 +311,7 @@ export class FlagsClient {
311
} else {
312
this.flagOverrides[key] = isEnabled;
313
}
314
+ // TODO(next major): make this async and await storage persistence.
315
void this.setOverridesCache(this.flagOverrides);
316
317
this.updateFlags();
0 commit comments