Skip to content

Commit

Permalink
Merge pull request #5290 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
docs: update `useUIFeatureFlag` reference
  • Loading branch information
brancz authored Nov 25, 2024
2 parents 462d7f6 + 7e1ead3 commit d72aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ http://localhost:3000/?disable-ui-flag=greeting
When the app loads with the above URL, the feature flags module will handle those and update the flag state accordingly.
Note: These 'enable' and 'disable' params work for setting one flag value at a time (rather than for example enabling "greeting" and another feature at the same time).

If you are interested in the implementation details, you can read the [source here](packages/shared/functions/src/useUIFeatureFlag/index.ts).
If you are interested in the implementation details, you can read the [source here](packages/shared/hooks/src/useUIFeatureFlag/index.ts).

### Thanks

Expand Down

0 comments on commit d72aa86

Please sign in to comment.