react-router 6.26.0 → 6.26.1-pre.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/react-router.development.js +3 -3
- package/dist/react-router.development.js.map +1 -1
- package/dist/react-router.production.min.js +2 -2
- package/dist/react-router.production.min.js.map +1 -1
- package/dist/umd/react-router.development.js +3 -3
- package/dist/umd/react-router.development.js.map +1 -1
- package/dist/umd/react-router.production.min.js +2 -2
- package/dist/umd/react-router.production.min.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* React Router v6.26.0
|
|
2
|
+
* React Router v6.26.1-pre.0
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
matches = dataRouterState.matches;
|
|
574
574
|
} else if ((_future = future) != null && _future.v7_partialHydration && parentMatches.length === 0 && !dataRouterState.initialized && dataRouterState.matches.length > 0) {
|
|
575
575
|
// Don't bail if we're initializing with partial hydration and we have
|
|
576
|
-
// router matches. That means we're actively running `
|
|
576
|
+
// router matches. That means we're actively running `patchRoutesOnNavigation`
|
|
577
577
|
// so we should render down the partial matches to the appropriate
|
|
578
578
|
// `HydrateFallback`. We only do this if `parentMatches` is empty so it
|
|
579
579
|
// only impacts the root matches for `RouterProvider` and no descendant
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
routes,
|
|
1482
1482
|
mapRouteProperties,
|
|
1483
1483
|
unstable_dataStrategy: opts == null ? void 0 : opts.unstable_dataStrategy,
|
|
1484
|
-
|
|
1484
|
+
unstable_patchRoutesOnNavigation: opts == null ? void 0 : opts.unstable_patchRoutesOnNavigation
|
|
1485
1485
|
}).initialize();
|
|
1486
1486
|
}
|
|
1487
1487
|
|