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
Ideally this would produce no errors; in fact, ideally I wouldn't need to specify any type parameter defaults on ComponentConstructor's signature. However, instead, T is inferred as {} and in blah it is an error to access this.age.
The text was updated successfully, but these errors were encountered:
Ideally this would produce no errors; in fact, ideally I wouldn't need to specify any type parameter defaults on
ComponentConstructor
's signature. However, instead,T
is inferred as{}
and inblah
it is an error to accessthis.age
.The text was updated successfully, but these errors were encountered: