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
{{ message }}
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.
Right now, static methods like $for don't inherit the same helpful typing constraints as the default Component constructor because static methods can't reference class type constraints.
Additionally, $for always returns an object of type Component instead of this because of microsoft/TypeScript#5863.
The text was updated successfully, but these errors were encountered:
Right now, static methods like
$for
don't inherit the same helpful typing constraints as the default Component constructor because static methods can't reference class type constraints.Additionally,
$for
always returns an object of typeComponent
instead ofthis
because of microsoft/TypeScript#5863.The text was updated successfully, but these errors were encountered: