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 512a91e commit 701336fCopy full SHA for 701336f
nextjs-approuter/app/lib/flags.ts
@@ -8,7 +8,7 @@ export type FeatureFlagName =
8
// test the feature flag integration. It is a "txt" value type and
9
// will be rendered in the app on client-side.
10
| 'welcome_message'
11
- // Beta users is a multi-value feature flag that we can use to
12
- // test the feature flag integration. It is a "json" value type and
13
- // contains an array of user emails.
+ // Beta users is a feature flag that depends on the signed-in
+ // user's email being passed in as a trait, to be tested against
+ // the segment override in Flagsmith.
14
| 'beta_users'
0 commit comments