react-router 0.0.0-experimental-e0e92e3b1 → 0.0.0-experimental-36a5255b6
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/development/{chunk-ZUOEVBB4.mjs → chunk-WBM7EMA7.mjs} +2 -2
- package/dist/development/dom-export.js +1 -1
- package/dist/development/dom-export.mjs +2 -2
- package/dist/development/index.js +2 -2
- package/dist/development/index.mjs +2 -2
- package/dist/development/lib/types/route-module.js +1 -1
- package/dist/development/lib/types/route-module.mjs +1 -1
- package/dist/development/server.js +3 -1
- package/dist/development/server.mjs +3 -1
- package/dist/production/{chunk-TS5MBYTJ.mjs → chunk-L2GT7YRH.mjs} +2 -2
- package/dist/production/dom-export.js +1 -1
- package/dist/production/dom-export.mjs +2 -2
- package/dist/production/index.js +2 -2
- package/dist/production/index.mjs +2 -2
- package/dist/production/lib/types/route-module.js +1 -1
- package/dist/production/lib/types/route-module.mjs +1 -1
- package/dist/production/server.js +3 -1
- package/dist/production/server.mjs +3 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -7981,7 +7981,7 @@ function mergeRefs(...refs) {
|
|
|
7981
7981
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
7982
7982
|
try {
|
|
7983
7983
|
if (isBrowser) {
|
|
7984
|
-
window.__reactRouterVersion = "0.0.0-experimental-
|
|
7984
|
+
window.__reactRouterVersion = "0.0.0-experimental-36a5255b6";
|
|
7985
7985
|
}
|
|
7986
7986
|
} catch (e) {
|
|
7987
7987
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
invariant,
|
|
26
26
|
mapRouteProperties,
|
|
27
27
|
useFogOFWarDiscovery
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-WBM7EMA7.mjs";
|
|
29
29
|
|
|
30
30
|
// lib/dom-export/dom-router-provider.tsx
|
|
31
31
|
import * as React from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8138,7 +8138,7 @@ function mergeRefs(...refs) {
|
|
|
8138
8138
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8139
8139
|
try {
|
|
8140
8140
|
if (isBrowser) {
|
|
8141
|
-
window.__reactRouterVersion = "0.0.0-experimental-
|
|
8141
|
+
window.__reactRouterVersion = "0.0.0-experimental-36a5255b6";
|
|
8142
8142
|
}
|
|
8143
8143
|
} catch (e) {
|
|
8144
8144
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
useSearchParams,
|
|
133
133
|
useSubmit,
|
|
134
134
|
useViewTransitionState
|
|
135
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-WBM7EMA7.mjs";
|
|
136
136
|
export {
|
|
137
137
|
Await,
|
|
138
138
|
BrowserRouter,
|
|
@@ -23,7 +23,7 @@ function _interopNamespace(e) {
|
|
|
23
23
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
|
-
* react-router v0.0.0-experimental-
|
|
26
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
27
27
|
*
|
|
28
28
|
* Copyright (c) Remix Software Inc.
|
|
29
29
|
*
|
|
@@ -2011,6 +2011,7 @@ async function matchServerRequest({
|
|
|
2011
2011
|
index: route.index,
|
|
2012
2012
|
id: route.id
|
|
2013
2013
|
});
|
|
2014
|
+
route.lazy = void 0;
|
|
2014
2015
|
}
|
|
2015
2016
|
const Layout = match.route.Layout || React__namespace.Fragment;
|
|
2016
2017
|
const errorElement = route.ErrorBoundary ? React__namespace.createElement(
|
|
@@ -2105,6 +2106,7 @@ async function matchServerRequest({
|
|
|
2105
2106
|
index: match.route.index,
|
|
2106
2107
|
id: match.route.id
|
|
2107
2108
|
});
|
|
2109
|
+
match.route.lazy = void 0;
|
|
2108
2110
|
}
|
|
2109
2111
|
const Layout = match.route.Layout || React__namespace.Fragment;
|
|
2110
2112
|
const Component = match.route.default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* react-router v0.0.0-experimental-
|
|
4
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) Remix Software Inc.
|
|
7
7
|
*
|
|
@@ -1989,6 +1989,7 @@ async function matchServerRequest({
|
|
|
1989
1989
|
index: route.index,
|
|
1990
1990
|
id: route.id
|
|
1991
1991
|
});
|
|
1992
|
+
route.lazy = void 0;
|
|
1992
1993
|
}
|
|
1993
1994
|
const Layout = match.route.Layout || React.Fragment;
|
|
1994
1995
|
const errorElement = route.ErrorBoundary ? React.createElement(
|
|
@@ -2083,6 +2084,7 @@ async function matchServerRequest({
|
|
|
2083
2084
|
index: match.route.index,
|
|
2084
2085
|
id: match.route.id
|
|
2085
2086
|
});
|
|
2087
|
+
match.route.lazy = void 0;
|
|
2086
2088
|
}
|
|
2087
2089
|
const Layout = match.route.Layout || React.Fragment;
|
|
2088
2090
|
const Component = match.route.default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -7981,7 +7981,7 @@ function mergeRefs(...refs) {
|
|
|
7981
7981
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
7982
7982
|
try {
|
|
7983
7983
|
if (isBrowser) {
|
|
7984
|
-
window.__reactRouterVersion = "0.0.0-experimental-
|
|
7984
|
+
window.__reactRouterVersion = "0.0.0-experimental-36a5255b6";
|
|
7985
7985
|
}
|
|
7986
7986
|
} catch (e) {
|
|
7987
7987
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
invariant,
|
|
26
26
|
mapRouteProperties,
|
|
27
27
|
useFogOFWarDiscovery
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-L2GT7YRH.mjs";
|
|
29
29
|
|
|
30
30
|
// lib/dom-export/dom-router-provider.tsx
|
|
31
31
|
import * as React from "react";
|
package/dist/production/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -8138,7 +8138,7 @@ function mergeRefs(...refs) {
|
|
|
8138
8138
|
var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
|
|
8139
8139
|
try {
|
|
8140
8140
|
if (isBrowser) {
|
|
8141
|
-
window.__reactRouterVersion = "0.0.0-experimental-
|
|
8141
|
+
window.__reactRouterVersion = "0.0.0-experimental-36a5255b6";
|
|
8142
8142
|
}
|
|
8143
8143
|
} catch (e) {
|
|
8144
8144
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* react-router v0.0.0-experimental-
|
|
2
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -132,7 +132,7 @@ import {
|
|
|
132
132
|
useSearchParams,
|
|
133
133
|
useSubmit,
|
|
134
134
|
useViewTransitionState
|
|
135
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-L2GT7YRH.mjs";
|
|
136
136
|
export {
|
|
137
137
|
Await,
|
|
138
138
|
BrowserRouter,
|
|
@@ -23,7 +23,7 @@ function _interopNamespace(e) {
|
|
|
23
23
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
|
-
* react-router v0.0.0-experimental-
|
|
26
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
27
27
|
*
|
|
28
28
|
* Copyright (c) Remix Software Inc.
|
|
29
29
|
*
|
|
@@ -2011,6 +2011,7 @@ async function matchServerRequest({
|
|
|
2011
2011
|
index: route.index,
|
|
2012
2012
|
id: route.id
|
|
2013
2013
|
});
|
|
2014
|
+
route.lazy = void 0;
|
|
2014
2015
|
}
|
|
2015
2016
|
const Layout = match.route.Layout || React__namespace.Fragment;
|
|
2016
2017
|
const errorElement = route.ErrorBoundary ? React__namespace.createElement(
|
|
@@ -2105,6 +2106,7 @@ async function matchServerRequest({
|
|
|
2105
2106
|
index: match.route.index,
|
|
2106
2107
|
id: match.route.id
|
|
2107
2108
|
});
|
|
2109
|
+
match.route.lazy = void 0;
|
|
2108
2110
|
}
|
|
2109
2111
|
const Layout = match.route.Layout || React__namespace.Fragment;
|
|
2110
2112
|
const Component = match.route.default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* react-router v0.0.0-experimental-
|
|
4
|
+
* react-router v0.0.0-experimental-36a5255b6
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) Remix Software Inc.
|
|
7
7
|
*
|
|
@@ -1989,6 +1989,7 @@ async function matchServerRequest({
|
|
|
1989
1989
|
index: route.index,
|
|
1990
1990
|
id: route.id
|
|
1991
1991
|
});
|
|
1992
|
+
route.lazy = void 0;
|
|
1992
1993
|
}
|
|
1993
1994
|
const Layout = match.route.Layout || React.Fragment;
|
|
1994
1995
|
const errorElement = route.ErrorBoundary ? React.createElement(
|
|
@@ -2083,6 +2084,7 @@ async function matchServerRequest({
|
|
|
2083
2084
|
index: match.route.index,
|
|
2084
2085
|
id: match.route.id
|
|
2085
2086
|
});
|
|
2087
|
+
match.route.lazy = void 0;
|
|
2086
2088
|
}
|
|
2087
2089
|
const Layout = match.route.Layout || React.Fragment;
|
|
2088
2090
|
const Component = match.route.default;
|