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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
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-e0e92e3b1";
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-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
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-ZUOEVBB4.mjs";
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-e0e92e3b1
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-e0e92e3b1";
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-e0e92e3b1
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-ZUOEVBB4.mjs";
135
+ } from "./chunk-WBM7EMA7.mjs";
136
136
  export {
137
137
  Await,
138
138
  BrowserRouter,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -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-e0e92e3b1
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-e0e92e3b1
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-e0e92e3b1
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-e0e92e3b1";
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-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
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-TS5MBYTJ.mjs";
28
+ } from "./chunk-L2GT7YRH.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-e0e92e3b1
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-e0e92e3b1";
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-e0e92e3b1
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-TS5MBYTJ.mjs";
135
+ } from "./chunk-L2GT7YRH.mjs";
136
136
  export {
137
137
  Await,
138
138
  BrowserRouter,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-e0e92e3b1
2
+ * react-router v0.0.0-experimental-36a5255b6
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -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-e0e92e3b1
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-e0e92e3b1
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router",
3
- "version": "0.0.0-experimental-e0e92e3b1",
3
+ "version": "0.0.0-experimental-36a5255b6",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",