-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabbedForm does not work #10458
Comments
TabbedForm works fine in our stories, tests and demos. You probably have a duplicate react-router package. If you can't resolve the problem on your side, we'll need a repro to investigate this. Also, please follow the issue template. |
I'm also reporting this issue after recently upgrading dependencies on a large project ( The issue seems to affect not just TabbedForm but also, for example, TabbedShowLayout. I verified that I didn't have duplicate versions of After forcing the So a workaround if you stumble on this issue for now is adding the following to your "resolutions": {
"react-router": "6.28.2",
"react-router-dom": "6.28.2",
} |
@fzaninotto as I was setting up a reproduction repository, I found that simply picking up the "Simple Example" stackblitz and bumping the |
I was able to reproduce, and indeed it seems to happen with all 7.x versions of react-router. The issue seems very similar to this one #9468, tracked in remix-run/react-router#11052 on react-router's repo. This means we'll need to find an implementation of TabbedForm (and TabbedShowLayout) that works with both react-router v6 and v7. Marking as bug. |
I've got weird bug TabbedForm just stopped working shows only first tab, on first click to other tab system highlight it but do not redirect with any other click on tab highlighting disappears, but still only first tab rendered
on each click, it concatenates URL
syncWithLocation={false} do not resolve the issue
reproducing on all browsers
The text was updated successfully, but these errors were encountered: