Skip to content

Instantly share code, notes, and snippets.

@aprilrd
Created May 8, 2018 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprilrd/c4454ea4a94edc4b80101000c9bc4098 to your computer and use it in GitHub Desktop.
Save aprilrd/c4454ea4a94edc4b80101000c9bc4098 to your computer and use it in GitHub Desktop.
Deep Update Trouble
return {
...state,
post: {
...state.post,
author: {
...state.post.author,
relation: {
...state.post.author.relation,
following: true,
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment