Skip to content

Conversation

@pavkam
Copy link
Contributor

@pavkam pavkam commented Feb 20, 2025

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

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
@pavkam pavkam self-assigned this Feb 20, 2025
@pavkam pavkam requested a review from roncohen February 20, 2025 09:30
@pavkam pavkam enabled auto-merge (squash) February 20, 2025 09:30

export const HuddleFeature = () => {
const isEnabled = useBooleanFlagValue(featureKey, false);
const { variant: provider, value: config } = useObjectFlagDetails(
Copy link
Contributor

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?

@pavkam pavkam merged commit a88f747 into browser-react-3.0.alpha Feb 20, 2025
5 checks passed
@pavkam pavkam deleted the open-feature-example-web branch February 20, 2025 09:40
@roncohen
Copy link
Contributor

ugh, updated the "branch" settings now to ensure that auto-merging waits for comments to resolve. Sorry!

@pavkam
Copy link
Contributor Author

pavkam commented Feb 20, 2025

ugh, updated the "branch" settings now to ensure that auto-merging waits for comments to resolve. Sorry!

:( I'll do a another quick one

roncohen pushed a commit that referenced this pull request Feb 26, 2025
… 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
roncohen pushed a commit that referenced this pull request Feb 26, 2025
… 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
roncohen pushed a commit that referenced this pull request Feb 26, 2025
… 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
roncohen pushed a commit that referenced this pull request Feb 26, 2025
… 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
roncohen pushed a commit that referenced this pull request Feb 26, 2025
… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants