Skip to content

Commit

Permalink
Update packages/react/src/use-feature-flag.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Mar 1, 2024
1 parent b6a0fa7 commit 6aac755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/use-feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useOpenFeatureClient } from './provider';
type ReactFlagEvaluationOptions = {
/**
* Suspend flag evaluations while the provider is not ready.
* Set to false if you don't want to show suspense fallbacks util the provider is initialized.
* Set to false if you don't want to show suspense fallbacks until the provider is initialized.
* Defaults to true.
*/
suspendUntilReady?: boolean,
Expand Down

0 comments on commit 6aac755

Please sign in to comment.