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 c7c374e + a755ff4 commit 5b3c56cCopy full SHA for 5b3c56c
flagsmith-core.ts
@@ -273,7 +273,7 @@ const Flagsmith = class {
273
withTraits?: ITraits|null= null
274
cacheOptions = {ttl:0, skipAPI: false, loadStale: false}
275
async init(config: IInitConfig) {
276
- const evaluationContext = toEvaluationContext(config.evaluationContext || {});
+ const evaluationContext = toEvaluationContext(config.evaluationContext || this.evaluationContext);
277
try {
278
const {
279
environmentID,
0 commit comments