-
Couldn't load subscription status.
- Fork 27
Migrate UI kit from react-router v5 to react-router v6 #2999
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
base: main
Are you sure you want to change the base?
Migrate UI kit from react-router v5 to react-router v6 #2999
Conversation
🦋 Changeset detectedLatest commit: 47e9b50 The changes in this PR will be included in the next version bump. This PR includes changesets to release 98 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* refactor: temporary silence warning * fix: adjust vrt * fix: adjust vrt * chore(react router v6): fix vrt * chore(react router v6): update icons vrt to rr6 syntax * chore(react router v6): update icons vrt to rr6 syntax localized text input * chore(react router v6): update icons vrt to rr6 syntax theme provider * chore(react router v6): update icons vrt to rr6 syntax theme provider * chore(react router v6): update icons vrt to rr6 syntax theme provider * chore(react router v6): update icons vrt to rr6 syntax primary dropdown action * chore(react router v6): update icons vrt to rr6 syntax * chore(react router v6): update icons vrt to rr6 syntax * chore(react router v6): update icons vrt to rr6 syntax * chore(react router v6): update icons vrt to rr6 syntax --------- Co-authored-by: Ddouglasz <[email protected]>
|
|
Summary
Migrate react-router from v5 to v6
Description
These changes introduce a migration from react-router v5 to v6. The most obvious change is how the component is now used. Unlike the the pattern in v5, where the
toprops in a nested route requires you to manually interpolatematch.urlfor a relative route, v6 accepts a string where all urls are automatically relative routes.