Provides feature flags to the React tree. When given a LaunchDarklyFeatureFlagClient,
wraps children in LaunchDarkly's LDProvider so flag reads are reactive to real-time updates.
When given a StaticFeatureFlagClient, reads come directly from the in-memory map.
Provides feature flags to the React tree. When given a LaunchDarklyFeatureFlagClient, wraps children in LaunchDarkly's
LDProviderso flag reads are reactive to real-time updates. When given a StaticFeatureFlagClient, reads come directly from the in-memory map.