Link active prop with param
Hello I have a problem with
activeProps
prop in Link
component and a route with a param. I have implemented a TabsRoute
component. I have a sidebar with all the routes for example:
The initial tab -> param is the categories
. When i navigate to another tab for e.g products
the Settings
item in the sidebar is not active in the sidebar menu. Maybe because it doesnt match this :
How to deal with this?1 Reply
ambitious-aqua•15mo ago
please provide a minimal complete example by forking on of the existing examples on stackblitz