-
I have menu, which use |
Beta Was this translation helpful? Give feedback.
Answered by
RMHonor
Jun 6, 2025
Replies: 1 comment
-
The prop <Link
to="/users
activeOptions={{ exact: true }}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pooryamoh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The prop
activeOptions.exact
on aLink
component sounds like what you're looking for.