Nick
Results
12
comments of
Nick
@EricSimons The pattern used in the reducers should be different. While you are utilizing `Object.assign` to create a new object, you're still reassigning the state parameters. Example: https://github.com/GoThinkster/redux-review/blob/master/src/reducers/profile.js#L6-L11 This could...
@jdkealy I know this is super old, but did you ever figure this out?