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
Because type predicates also narrow in the false case, when setHas or arrayIncludes return false, you can end up with incorrect types. More details and examples at mattpocock/ts-reset#125 (comment)
Because type predicates also narrow in the false case, when
setHas
orarrayIncludes
return false, you can end up with incorrect types. More details and examples at mattpocock/ts-reset#125 (comment)cc @tychenjiajun @younho9
The text was updated successfully, but these errors were encountered: