Description
UnionToIntersection fails in some cases. I posted about an example failure, and later about a fix to UnionToIntersection.
Steps to Reproduce
Playground link
Expected behavior
Suggested solution(s)
change infer I to infer I extends U in UnionToIntersection.
Project Dependencies
fix requires TS 4.8
Description
UnionToIntersectionfails in some cases. I posted about an example failure, and later about a fix toUnionToIntersection.Steps to Reproduce
Playground link
Expected behavior
Suggested solution(s)
change
infer Itoinfer I extends UinUnionToIntersection.Project Dependencies
fix requires TS 4.8