-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: Opt-in React Router v7 features #2929
Conversation
Preparations for React Router v7, opts-in the new features to avoid warnings in console. Related-to vaadin/flow#20527
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2929 +/- ##
=======================================
Coverage 92.79% 92.79%
=======================================
Files 84 84
Lines 3149 3149
Branches 759 759
=======================================
Hits 2922 2922
Misses 175 175
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
* chore: Opt-in React Router v7 features Preparations for React Router v7, opts-in the new features to avoid warnings in console. Related-to vaadin/flow#20527 * fix test --------- Co-authored-by: Vlad Rindevich <vladrin@vaadin.com>
Preparations for React Router v7, opts-in the new features to avoid warnings in console.
Related-to vaadin/flow#20527