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 1197fb2 commit caad5b2Copy full SHA for caad5b2
src/client.ts
@@ -240,7 +240,6 @@ class OptimizelyReactSDKClient implements ReactSDKClient {
240
});
241
242
this._client = optimizely.createInstance(configWithClientInfo);
243
- this.isClientReady = !!configWithClientInfo.datafile;
244
this.isUsingSdkKey = !!configWithClientInfo.sdkKey;
245
246
if (this._client) {
@@ -251,7 +250,6 @@ class OptimizelyReactSDKClient implements ReactSDKClient {
251
250
this.isClientReady = clientResult.success;
252
this.isUserReady = userResult.success;
253
const clientAndUserReady = this.isClientReady && this.isUserReady;
254
-
255
this.clientAndUserReadyPromiseFulfilled = true;
256
257
return {
0 commit comments