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.
1 parent 9964db1 commit e0e9525Copy full SHA for e0e9525
packages/experiment-browser/src/experimentClient.ts
@@ -122,7 +122,7 @@ export class ExperimentClient implements Client {
122
};
123
this.poller = new Poller(
124
() => this.doFlags(),
125
- config.flagConfigPollingIntervalMillis,
+ this.config.flagConfigPollingIntervalMillis,
126
);
127
// Transform initialVariants
128
if (this.config.initialVariants) {
0 commit comments