You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: