CaseReducer conformance #3538
Replies: 1 comment 1 reply
-
You need to pass the features not the features's states, drop .State in enumeration cases |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the error: 'ProjectListFeature.Destination' does not conform to protocol 'CaseReducer'
This is the relevant code:
In the CaseReducer documentation it says:
You should not conform to this protocol directly. Instead, the Reducer macro will add a conformance to enums.
So what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions