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 9eac9db commit 496e39fCopy full SHA for 496e39f
packages/shared/sdk-client/src/api/LDClient.ts
@@ -321,8 +321,7 @@ export interface LDClient {
321
* Determines the variation of a feature flag for a context, along with information about how it was
322
* calculated.
323
*
324
- * Note that this will only work if you have set `evaluationExplanations` to true in {@link LDOptions}.
325
- * Otherwise, the `reason` property of the result will be null.
+ * Note that this will only work if you have set `withReasons` to true in {@link LDOptions}.
326
327
* The `reason` property of the result will also be included in analytics events, if you are
328
* capturing detailed event data for this flag.
0 commit comments