-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat!: major version upgrade of react-router-version to v6 #422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untested, but can't find a problem with the code. However, how will this affect downstream? Will MFEs have to update their route invocations as well?
a89c41a
to
d748cda
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #422 +/- ##
==========================================
+ Coverage 82.98% 83.05% +0.07%
==========================================
Files 40 40
Lines 1040 1062 +22
Branches 187 195 +8
==========================================
+ Hits 863 882 +19
- Misses 165 168 +3
Partials 12 12
☔ View full report in Codecov by Sentry. |
85c90d8
to
6cb9d7e
Compare
Let me know when this is ready for a final test/review. |
…shal-m/react-router_version_upgrade
@arbrandes its ready to review now |
904c59a
to
2b4679c
Compare
Ticket
Upgrade React Router to v6.
BREAKING CHANGES
react-router-dom
tov6
. (Guideline to migrate fromv5
tov6
)