-
Notifications
You must be signed in to change notification settings - Fork 11
feat(openfeature-browser-provider): add fallback features and improve huddle feature example #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… huddle feature example Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
|
|
||
| export const HuddleFeature = () => { | ||
| const isEnabled = useBooleanFlagValue(featureKey, false); | ||
| const { variant: provider, value: config } = useObjectFlagDetails( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provider is a little confusing because the terminology is overloaded in OpenFeature land. Maybe "huddleServiceProvider" or something?
|
ugh, updated the "branch" settings now to ensure that auto-merging waits for comments to resolve. Sorry! |
:( I'll do a another quick one |
… huddle feature example (#331) Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
… huddle feature example (#331) Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
… huddle feature example (#331) Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
… huddle feature example (#331) Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
… huddle feature example (#331) Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: - Add fallback configuration for the huddle feature - Enhance HuddleFeature component to display provider and join URL - Update browser SDK dependency to 3.0.0-alpha.4
Update example to demonstrate fallback features with the Bucket OpenFeature provider, including: