Effect.catchSome.err: NoInfer<Error | CustomError> it breaks, with both typescript 5.4.3 and 5.4.5.ts-pattern, but the same error occurs with effect/MatchEffect.catchTag("CustomError", ...) and all good again, but it just feels like a weird error to me.match function like Match.value<Error | CustomError>(err)