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 was archived by the owner on Jan 17, 2019. It is now read-only.
Due to the limitations with Inversify it is currently not possible to bind an async function, let it resolve upon injecting and then return the actual provider.
Currently it's done like this
That'll let me wait with resolving provider dependencies until the actual provider is being injected somewhere.
Either we'll have to fork Inversify or create a PR so this can be fixed.
The text was updated successfully, but these errors were encountered:
Due to the limitations with
Inversify
it is currently not possible to bind an async function, let it resolve upon injecting and then return the actual provider.Currently it's done like this
But it should be done like this
That'll let me wait with resolving provider dependencies until the actual provider is being injected somewhere.
Either we'll have to fork
Inversify
or create a PR so this can be fixed.The text was updated successfully, but these errors were encountered: