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
Duplicate of #27881 and any results from fix in #27911. With #26063 we map arrays and tuples to transformed arrays and tuples, but because we have to eagerly resolve the element type in order to instantiate an Array<T>, we end up triggering a circularity and resolve to any.
TypeScript Version: 3.3.0-dev.20190125
Search Terms:
It works in 3.1.6, but in 3.2 and 3.3 it gives any
Code
Expected behavior:
Transform<(User | Guest)>[]
Actual behavior:
any[]
The text was updated successfully, but these errors were encountered: