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.
Hi, would you be open to a PR that allows the render callback to be passed in as the children prop? This would allow people to keep the render logic together inside the render function.
The API I imagine it being like is something like...
Hi, would you be open to a PR that allows the render callback to be passed in as the
childrenprop? This would allow people to keep the render logic together inside the render function.The API I imagine it being like is something like...
And this would also work for multivariant flags too...
As FeatureFlag doesn't support any children at the moment, then it would not be a breaking change and could just be given the value.
I guess the change would be here, with something like ...