Menu with React Router NavLink #1965
Unanswered
vincentparrett
asked this question in
Help
Replies: 1 comment
-
I came across the same issue and was able to solve the problem by wrapping the
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Has anyone gotten the Menu component to work correctly with react-router-dom NavLink?
For some reason the menu doesn't close when clicking on a menuitem - I tried wrapping it using the technique suggested for nextjs but that didn't help.
I also found the menu would not close at all when used with a Transition as shown in the examples (I literally copied and pasted the example at first).
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions