When trying to use Either.map I get a type error when passing it an Either:
Type
Left<‘error’, never>
is not assignable to type Either<unknown, unknown>
Type
Left<‘error’, never>
is missing the following properties from type Leftunknown, unknowns :
[TypeId], [NodeInspectSymbol], [EffectTypeId], [SinkTypeId]
Has Either.map changed? Can’t find anything in the release notes