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
fix: make sure runEither isn't calling itself (#107)
It looks like this was overlooked and the overloaded `runEither` is just
constantly calling itself resulting in a stack overflow. This changes it
to call the newly created `runEither` with the `nameMapper` which I
believe is the intended flow.
fixes#106
0 commit comments