@remix-run/router 0.0.0-experimental-c93c722c → 0.0.0-experimental-ce5294fc
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/dist/router.cjs.js +3 -3
- package/dist/router.cjs.js.map +1 -1
- package/dist/router.js +3 -3
- package/dist/router.js.map +1 -1
- package/dist/router.umd.js +3 -3
- package/dist/router.umd.js.map +1 -1
- package/dist/router.umd.min.js +1 -1
- package/dist/router.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/router.ts +2 -2
package/dist/router.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @remix-run/router v0.0.0-experimental-
|
|
2
|
+
* @remix-run/router v0.0.0-experimental-ce5294fc
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -1725,10 +1725,10 @@ function createRouter(init) {
|
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
1727
|
// "Initialized" here really means "Can `RouterProvider` render my route tree?"
|
|
1728
|
-
// Prior to `route.
|
|
1728
|
+
// Prior to `route.HydrateFallback`, we only had a root `fallbackElement` so we used
|
|
1729
1729
|
// `state.initialized` to render that instead of `<DataRoutes>`. Now that we
|
|
1730
1730
|
// support route level fallbacks we can always render and we'll just render
|
|
1731
|
-
// as deep as we have data for and detect the nearest ancestor
|
|
1731
|
+
// as deep as we have data for and detect the nearest ancestor HydrateFallback
|
|
1732
1732
|
let initialized = future.v7_partialHydration ||
|
|
1733
1733
|
// All initialMatches need to be loaded before we're ready. If we have lazy
|
|
1734
1734
|
// functions around still then we'll need to run them in initialize()
|