Created
April 11, 2017 09:16
-
-
Save brakmic/eeb2093b506aafc48be294b909d9d846 to your computer and use it in GitHub Desktop.
modifying part of a state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return (<any>Object).assign({}, state, { | |
customer: action.payload | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment