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
Hi team, I am using 0.4.5 version. I am facing a problem. When I redirect the user with other button(not from the SideNav) in the application. The button in SideNav is still showing highlighted and active on previous page icon. I want to change the highlighted icon as my url changes everytime (either by clicking SideNav or other redirection button).
For now, I cannot control which icon to be highlighted in my component. I tried to use "active={false}" in NavItem. That is not working for me. It is still being "active" and highlighted after I click it.
Any suggestion for solving this ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi team, I am using 0.4.5 version. I am facing a problem. When I redirect the user with other button(not from the SideNav) in the application. The button in SideNav is still showing highlighted and active on previous page icon. I want to change the highlighted icon as my url changes everytime (either by clicking SideNav or other redirection button).
For now, I cannot control which icon to be highlighted in my component. I tried to use "active={false}" in NavItem. That is not working for me. It is still being "active" and highlighted after I click it.
Any suggestion for solving this ?
Thanks !
The text was updated successfully, but these errors were encountered: