-
-
Save JestVA/917e3f54b0f9486c1f83e75dd0dfde5f to your computer and use it in GitHub Desktop.
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
// 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