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
Since the default value for render is an empty function, the check in line 25 in treatment.js will always be truthy. This breaks the functionality to use children instead of a render prop.