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
This behaviour is the intended effect of #26236, which says it's trying to avoid circular return type errors. But the bug it fixes only mentions typescript.
I'm going to turn off the erasure to any and see what tests fail.
TypeScript Version: 4.2.0-dev.20201219
Search Terms: template type lost js
Code
Expected behavior:
data has type
T1 extends number
Actual behavior:

data has any type
The text was updated successfully, but these errors were encountered: