Replies: 2 comments
-
Don't we need to add |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @qstrnd, one of the error messages in your screenshot is simply "Cannot find 'ContactsFeature'", so it would seem that somehow the app code is not being found. Can you please provide the project with the errors so that someone can more easily help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UPD: more details on the environment
I'm following this tutorial, and so far, everything has worked well, except for some fake errors in my tests that disappeared when I ran the compilation.
However, this piece of code does not compile at all:
The problem appears when I add this line:
I get the following compiler error message:
And if I ran the whole code from the example, I get all these error messages:
Am I missing something? I rechecked the code for the
ContactsFeature
andAddContactFeature
and can't see any difference between my code and the one in the tutorial. Here's myContactsFeature
reducer:Beta Was this translation helpful? Give feedback.
All reactions