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
{{ message }}
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
Parent's bindings are not present in the child subcomponent when using multibindings. This is clear in the test ModuleWithSubcomponentsTest, currently excluded. In order to fix it, we could check for existing binding from the parent scope in the build() method of Scope.Builder. I can raise a PR if you are OK with this solution