You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Tabs.Trigger asChild with a React Dom Router Link, it should navigate to the new page once. Instead it navigates twice to that page - the first being similar to navigate functionality of React DOM router, but then it's followed by a browser navigation as if the raw link is manually clicked without using React Dom Router.
Click tab link that says "This link does NOT work"
The page will load navigate using React DOM router, then it'll navigate again via browser navigation instead of React DOM router.
Please see console log to see "Navigated to xxx" message - hence showing the browser navigated instead of React DOM router.
Chakra UI Version
3.1.2
Browser
Google Chrome
Operating System
macOS
Windows
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
When I use
Tabs.Trigger asChild
with a React Dom Router Link, it should navigate to the new page once. Instead it navigates twice to that page - the first being similar to navigate functionality of React DOM router, but then it's followed by a browser navigation as if the raw link is manually clicked without using React Dom Router.Link to Reproduction
https://codesandbox.io/p/devbox/nmz942
Steps to reproduce
npm run dev
Please see console log to see "Navigated to xxx" message - hence showing the browser navigated instead of React DOM router.
Chakra UI Version
3.1.2
Browser
Google Chrome
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: