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
Actual behavior: getResults1 doesn't compile, because value's type doesn't get narrowed in versions from [email protected] forward (still an issue in 2.2.0-dev.20161114).
The text was updated successfully, but these errors were encountered:
TypeScript Version: >= 2.0.2
Code
Expected behavior:
Expected both
getResults1
andgetResults2
to compile fine, as they did in [email protected] and [email protected].Actual behavior:
getResults1
doesn't compile, becausevalue
's type doesn't get narrowed in versions from [email protected] forward (still an issue in 2.2.0-dev.20161114).The text was updated successfully, but these errors were encountered: