Container local inject does not set itself as container on local module
Closed this issue · 0 comments
ncipollo commented
We aren't assigning the container on the local module which means it will fallback on static WhoopDI when it tries to look for it's resources. This will end up breaking local inject when the local module contains any dependencies.