Closed giogonzo closed 5 years ago
because of how the validation is implemented in https://github.com/buildo/metarpheus-io-ts/blob/master/src/index.ts#L433-L437
It should instead be a proper chain(fromEither())
chain(fromEither())
Also the current AxiosError left type doesn't make much sense, I'd just stick to unknown for the moment
AxiosError
unknown
because of how the validation is implemented in https://github.com/buildo/metarpheus-io-ts/blob/master/src/index.ts#L433-L437
It should instead be a proper
chain(fromEither())
Also the current
AxiosError
left type doesn't make much sense, I'd just stick tounknown
for the moment