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
These kinds of issues relating to narrowing being not-quite-clever-enough have caused a number of headaches for me. Would definitely like to see as many cases, at least the easy ones, handled.
TypeScript Version: nightly (Version 2.3.0-dev.20170227)
Code
Expected behavior:
No error
Actual behavior:
Error when a type guard is nested inside of another type guard.
The text was updated successfully, but these errors were encountered: