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
In this version, Uppercase<string> | Lowercase<string> | Capitalize<string> | Uncapitalize<string> can't be resolved to anything and any conditional type mentioning them makes the problem bubble up, to the point the entire disambiguation algorithm and the two operands of the comparison ultimately fail to resolve as well.
The text was updated successfully, but these errors were encountered:
The fix in #5 caused a regression in TS 4.8.
In this version,
Uppercase<string> | Lowercase<string> | Capitalize<string> | Uncapitalize<string>
can't be resolved to anything and any conditional type mentioning them makes the problem bubble up, to the point the entire disambiguation algorithm and the two operands of the comparison ultimately fail to resolve as well.The text was updated successfully, but these errors were encountered: