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
if a lib exports inject/resolve/wire and sets moduleResolution to bundler the type of MaybeToken kan not be found because it is declared as import("@owja/ioc/dist/ioc/types").MaybeToken and not import("@owja/ioc").MaybeToken.
Solution: Export MaybeToken from index
The text was updated successfully, but these errors were encountered:
if a lib exports inject/resolve/wire and sets
moduleResolution
tobundler
the type of MaybeToken kan not be found because it is declared asimport("@owja/ioc/dist/ioc/types").MaybeToken
and notimport("@owja/ioc").MaybeToken
.Solution: Export MaybeToken from index
The text was updated successfully, but these errors were encountered: