Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
This repository was archived by the owner on Dec 7, 2022. It is now read-only.
There was an error while loading. Please reload this page.
In order to decouple A/B tested components from
<LaunchDarkly>initialization, it would be great to have<FeatureFlag>gracefully handle uninitialized LD. (It would log a warning, of course.)Similarly, if
<LaunchDarkly>does not initialize correctly (e.g., with a connection error or account error), it makes sense to log a warning and not crash the application.