Skip to content
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

Fix TabbedForm and TabbedShowLayout tab navigation: limit react-router version to 6.18.0 as a workaround #9480

Merged
merged 5 commits into from Nov 29, 2023

Conversation

slax57
Copy link
Contributor

@slax57 slax57 commented Nov 29, 2023

Workaround for #9468

Since it is still unclear whether or not the regressions brought in remix-run/react-router#11052 and remix-run/react-router#11048 will be reverted or not, we need to force the react-router version to be 6.18.0 at most.

Tested manually on an external project:

  • By default npm resolves react-router and react-router-dom to the latest version compatible with the peer dependencies: 6.18.0
  • Running npm add --save react-router react-router-dom still yields the 6.20.0 version, but displays a warning about unmet peer deps

@slax57 slax57 added the RFR Ready For Review label Nov 29, 2023
@slax57
Copy link
Contributor Author

slax57 commented Nov 29, 2023

Back to WIP

@slax57
Copy link
Contributor Author

slax57 commented Nov 29, 2023

Back to RFR 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants