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
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
The text was updated successfully, but these errors were encountered:
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 thebuild()
method ofScope.Builder
. I can raise a PR if you are OK with this solutionThe text was updated successfully, but these errors were encountered: