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
It's a clear error, but it still compiles.
This is because currently, TypeDI does not read the constructor's arguments.
Instead, the arguments are typed as any[].
I believe I've found a workaround for this; a PR can be expected soon.
The text was updated successfully, but these errors were encountered:
Currently, the parameters of a class aren't type-checked against its dependencies.
Consider the following:
It's a clear error, but it still compiles.
This is because currently, TypeDI does not read the constructor's arguments.
Instead, the arguments are typed as
any[]
.I believe I've found a workaround for this; a PR can be expected soon.
The text was updated successfully, but these errors were encountered: