Replies: 1 comment
-
Don't we need to add |
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