Allow NavLink to change arbitrary props #9995
Unanswered
tyteen4a03
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component that has a tab on the top that has an
isActive
prop (to show which tab is currently being opened) and an<Outlet>
to show the tab content under the sub-route. Currently, the<NavLink>
component doesn't support changing arbitrary props.It would be great for this to be added to allow us to work with UI Libraries like Chakra UI.
Beta Was this translation helpful? Give feedback.
All reactions