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
@mhegazy I don't think this is fixed as you indicate. The issue here is that we reduce the type of 'foo' ? { blur : 1 } : {} to simply {} which then is assignable to { blur?: string }.
TypeScript Version: 2.6.0rc, also 2.5.2
Code
Related to #14758?
The text was updated successfully, but these errors were encountered: