Container.merge in v6?
#1850
|
it seems the method is gone, so how would one merge 2 or more containers? |
Answered by
notaphplover
Jul 18, 2025
Replies: 1 comment 11 replies
|
Hey @y-nk, the method is gone in
|
11 replies
Answer selected by
y-nk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @y-nk, the method is gone in
inversify@7. You should delegate inContainerModulesinstead.c1andc2two containers.m1andm2two container modules with the bindings forc1andc2respectively.c1andc2is equivalent to create a container and loadm1andm2.