You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide a function to set the selected NavItem from Nav or SideNav's element to set "active" the right one, even if the user either enters the pathname himself or does history.back()?
Two NavItem can be active when doing:
**
{t('Home')}
{t('Personal informations')}
Thanks
The text was updated successfully, but these errors were encountered:
No, I've played with it a few hours to finaly figure out it was not the lib I was looking for. It was not open enough for the uses I needed to complete my project. So I moved to React.Router and I build it myself.
Can you provide a function to set the selected NavItem from Nav or SideNav's element to set "active" the right one, even if the user either enters the pathname himself or does history.back()?
Two NavItem can be active when doing:
** {t('Home')} {t('Personal informations')}Thanks
The text was updated successfully, but these errors were encountered: