Browser LaunchDarkly client. Holds configuration for FeatureFlagProvider from
@repo/feature-flags/react and exposes imperative identify / isEnabled / getVariation
methods for use outside of React hooks. The underlying LDClient is bound by the React
provider once initialized; calls made before binding are either queued (identify) or return
the supplied default (isEnabled, getVariation).
Browser LaunchDarkly client. Holds configuration for
FeatureFlagProviderfrom@repo/feature-flags/reactand exposes imperativeidentify/isEnabled/getVariationmethods for use outside of React hooks. The underlyingLDClientis bound by the React provider once initialized; calls made before binding are either queued (identify) or return the supplied default (isEnabled,getVariation).