Skip to content

Instantly share code, notes, and snippets.

@JestVA
Created September 4, 2019 14:51
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 JestVA/917e3f54b0f9486c1f83e75dd0dfde5f to your computer and use it in GitHub Desktop.
Save JestVA/917e3f54b0f9486c1f83e75dd0dfde5f to your computer and use it in GitHub Desktop.
// Trick to destructure more than 1 property of an object in diff nested lvl
const { history: { action, location: { pathname } } } = props;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment