Container.merge
in v6?
#1850
-
it seems the method is gone, so how would one merge 2 or more containers? |
Beta Was this translation helpful? Give feedback.
Answered by
notaphplover
Jul 18, 2025
Replies: 1 comment 11 replies
-
Hey @y-nk, the method is gone in
|
Beta Was this translation helpful? Give feedback.
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 inContainerModules
instead.c1
andc2
two containers.m1
andm2
two container modules with the bindings forc1
andc2
respectively.c1
andc2
is equivalent to create a container and loadm1
andm2
.