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
Or it turns it into something like this let schema = param => S.option(S.string, param); instead of this let schema = S.option(S.string) when called outside of the module.