Optional
errorLaunchDarkly client initialization error, if there was one.
Map of camelized flag keys to their original unmodified form. Empty if useCamelCaseFlagKeys option is false.
JavaScript proxy that will trigger a LDClient#variation call on flag read in order to register a flag evaluation event in LaunchDarkly. Empty {} initially until flags are fetched from the LaunchDarkly servers.
Optional
ldAn instance of LDClient
from the LaunchDarkly JS SDK (launchdarkly-js-client-sdk
).
This will be be undefined initially until initialization is complete.
The sdk context stored in the Provider state and passed to consumers.