I have nested routes.
/account
parent route/account/profile
child route 1/account/settings
child route 2
I want to navigate to the first child route account/profile
when users visit the parent route /account
.
Here is my current code. Thanks in advance. :)
https://codesandbox.io/s/elegant-haze-ouxxtv?file=/src/App.js