Replies: 2 comments
-
Now that I have written this, I already know a better way would be to keep tabs as a part of |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have a similar requirement. I was able to use
|
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.
-
I have the tabs working perfectly fine with the tanstack location package.
Since my dashboard has a lot of tabs, I am using a select tag for small screens.
I am trying to make sure the select tag always shows the current page.
In react router I did:
Then in the react component:
Is there a function similar to
matchRoutes
in thereact-router-dom
package? Here's a link: https://reactrouter.com/docs/en/v6/utils/match-routesBeta Was this translation helpful? Give feedback.
All reactions