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 was archived by the owner on Dec 7, 2022. It is now read-only.
We're using the FeatureFlag to render components based on LD flags and works sharp.
But now we need to know if we need to avoid rendering a whole tree based on flags and other conditions.
We tried using ldclient-js directly, but the initialize seems to be affecting the FeatureFlag rendered items we have already and not being updated when a flag changes.
We think we could leverage this by having access to the ldClientWrapper to have access to the same ldClient instance used on components