Skip to content

Commit

Permalink
adding (empty string) to faq-false-or-none-events.mdx (#9050)
Browse files Browse the repository at this point in the history
  • Loading branch information
slshults authored Sep 12, 2024
1 parent 89bc1f2 commit 706dca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## My `Feature Flag Called` events show `None` or `false` instead of my variant names
## My `Feature Flag Called` events show `None`, `(empty string)`, or `false` instead of my variant names

The `Feature Flag Response` property is `false` for users who called your feature flag but did not match any of the rollout conditions.

`None` indicates that feature flag is disabled or failed to load. For example, due to network error or something unexpected.
`None` or `(empty string)` indicates that the feature flag is disabled or failed to load. For example, due to a network error, adblocking, or something unexpected.

0 comments on commit 706dca1

Please sign in to comment.