Skip to content

The trait HasProvider<T> is not implemented for Another T #37

Answered by qFlensT
qFlensT asked this question in Q&A
Discussion options

You must be logged in to vote

Found the cause of the error, I had to implement ISignIn in the module:

module! {
    AuthRepositoryModuleImpl: AuthRepositoryModule{
        components = [],
        providers = [AuthRepository],

        use dyn SignInModule{
            components = [dyn IHttpClient],
            providers = [dyn ISignIn]
        }
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qFlensT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant