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
I've stumbled across a situation where a return type is unexpectedly typed as any while using the Effect library.
I tried to make my reproduction as minimal as possible, but if I change anything else at this stage, the types seem to inexplicably change (e.g. commenting out one of the fields in the Schema)