How to match activeProps for all nested route
I have a path abc/*, I want to activeProps active with all nested path after abc/
1 Reply
extended-salmon•2y ago
Would this solve it?
A link is considered active, if it is being matched in your routeTree.
So this link will be active, if your are on any of routes that match it.
This does require you to have set up your routes correctly however.
All of these would match.