Update dependency react-router-dom to v6.26.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
react-router-dom (source) | dependencies | minor | 6.25.1 -> 6.26.0 |
Release Notes
remix-run/react-router (react-router-dom)
v6.26.0
Minor Changes
- Add a new
replace(url, init?)
alternative toredirect(url, init?)
that performs ahistory.replaceState
instead of ahistory.pushState
on client-side navigation redirects (#11811)
Patch Changes
- Fix initial hydration behavior when using
future.v7_partialHydration
along withunstable_patchRoutesOnMiss
(#11838)- During initial hydration,
router.state.matches
will now include any partial matches so that we can render ancestorHydrateFallback
components
- During initial hydration,
- Updated dependencies:
@remix-run/router@1.19.0
react-router@6.26.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.