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
Awilix 10 through #349 has reduced the export surface, including types. Our code base used the Resolver<T> type to propogate type checks into our abstraction layer.
Hey @radahh-rest, I released 10.0.1 (#351) which re-adds back a bunch of them. That was an oversight on my part when I reviewed the PR which trimmed them down, apologies.
Awilix 10 through #349 has reduced the export surface, including types. Our code base used the
Resolver<T>
type to propogate type checks into our abstraction layer.Minimal example:
causing
Type 'string' is not assignable to type 'Resolver<any>'.ts(2322)
Short-term we are cheating with
Are we doing it 'wrong'? Is there an alternate type that's exported for us to use?
The text was updated successfully, but these errors were encountered: