react-router 0.0.0-experimental-79b2b40f8 → 0.0.0-experimental-e5dac68cb

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-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8782,7 +8782,7 @@ function mergeRefs(...refs) {
8782
8782
  var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
8783
8783
  try {
8784
8784
  if (isBrowser) {
8785
- window.__reactRouterVersion = "0.0.0-experimental-79b2b40f8";
8785
+ window.__reactRouterVersion = "0.0.0-experimental-e5dac68cb";
8786
8786
  }
8787
8787
  } catch (e) {
8788
8788
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -26,7 +26,7 @@ import {
26
26
  invariant,
27
27
  mapRouteProperties,
28
28
  useFogOFWarDiscovery
29
- } from "./chunk-JWQEVCFP.mjs";
29
+ } from "./chunk-USQXBNSR.mjs";
30
30
 
31
31
  // lib/dom-export/dom-router-provider.tsx
32
32
  import * as React from "react";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8942,7 +8942,7 @@ function mergeRefs(...refs) {
8942
8942
  var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
8943
8943
  try {
8944
8944
  if (isBrowser) {
8945
- window.__reactRouterVersion = "0.0.0-experimental-79b2b40f8";
8945
+ window.__reactRouterVersion = "0.0.0-experimental-e5dac68cb";
8946
8946
  }
8947
8947
  } catch (e) {
8948
8948
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -135,7 +135,7 @@ import {
135
135
  withComponentProps,
136
136
  withErrorBoundaryProps,
137
137
  withHydrateFallbackProps
138
- } from "./chunk-JWQEVCFP.mjs";
138
+ } from "./chunk-USQXBNSR.mjs";
139
139
  export {
140
140
  Await,
141
141
  BrowserRouter,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -26,7 +26,7 @@ function _interopNamespace(e) {
26
26
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
27
 
28
28
  /**
29
- * react-router v0.0.0-experimental-79b2b40f8
29
+ * react-router v0.0.0-experimental-e5dac68cb
30
30
  *
31
31
  * Copyright (c) Remix Software Inc.
32
32
  *
@@ -2450,7 +2450,6 @@ var ServerStorage = global.___reactRouterServerStorage___ ?? (global.___reactRou
2450
2450
  var redirect2 = (...args) => {
2451
2451
  const response = redirect(...args);
2452
2452
  const ctx = ServerStorage.getStore();
2453
- console.log({ REDIRECT: ctx });
2454
2453
  if (ctx) {
2455
2454
  ctx.redirect = response;
2456
2455
  }
@@ -2700,7 +2699,6 @@ async function generateRenderResponse(request, routes, isDataRequest, decodeCall
2700
2699
  formState = result2?.formState;
2701
2700
  request = result2?.revalidationRequest ?? request;
2702
2701
  }
2703
- console.log(ctx);
2704
2702
  if (ctx.redirect) {
2705
2703
  return generateRedirectResponse(
2706
2704
  statusCode,
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { splitCookiesString } from 'set-cookie-parser';
5
5
 
6
6
  /**
7
- * react-router v0.0.0-experimental-79b2b40f8
7
+ * react-router v0.0.0-experimental-e5dac68cb
8
8
  *
9
9
  * Copyright (c) Remix Software Inc.
10
10
  *
@@ -2428,7 +2428,6 @@ var ServerStorage = global.___reactRouterServerStorage___ ?? (global.___reactRou
2428
2428
  var redirect2 = (...args) => {
2429
2429
  const response = redirect(...args);
2430
2430
  const ctx = ServerStorage.getStore();
2431
- console.log({ REDIRECT: ctx });
2432
2431
  if (ctx) {
2433
2432
  ctx.redirect = response;
2434
2433
  }
@@ -2678,7 +2677,6 @@ async function generateRenderResponse(request, routes, isDataRequest, decodeCall
2678
2677
  formState = result2?.formState;
2679
2678
  request = result2?.revalidationRequest ?? request;
2680
2679
  }
2681
- console.log(ctx);
2682
2680
  if (ctx.redirect) {
2683
2681
  return generateRedirectResponse(
2684
2682
  statusCode,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8782,7 +8782,7 @@ function mergeRefs(...refs) {
8782
8782
  var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
8783
8783
  try {
8784
8784
  if (isBrowser) {
8785
- window.__reactRouterVersion = "0.0.0-experimental-79b2b40f8";
8785
+ window.__reactRouterVersion = "0.0.0-experimental-e5dac68cb";
8786
8786
  }
8787
8787
  } catch (e) {
8788
8788
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -26,7 +26,7 @@ import {
26
26
  invariant,
27
27
  mapRouteProperties,
28
28
  useFogOFWarDiscovery
29
- } from "./chunk-PW7ADQM4.mjs";
29
+ } from "./chunk-SB3D2OAU.mjs";
30
30
 
31
31
  // lib/dom-export/dom-router-provider.tsx
32
32
  import * as React from "react";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -8942,7 +8942,7 @@ function mergeRefs(...refs) {
8942
8942
  var isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
8943
8943
  try {
8944
8944
  if (isBrowser) {
8945
- window.__reactRouterVersion = "0.0.0-experimental-79b2b40f8";
8945
+ window.__reactRouterVersion = "0.0.0-experimental-e5dac68cb";
8946
8946
  }
8947
8947
  } catch (e) {
8948
8948
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -135,7 +135,7 @@ import {
135
135
  withComponentProps,
136
136
  withErrorBoundaryProps,
137
137
  withHydrateFallbackProps
138
- } from "./chunk-PW7ADQM4.mjs";
138
+ } from "./chunk-SB3D2OAU.mjs";
139
139
  export {
140
140
  Await,
141
141
  BrowserRouter,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v0.0.0-experimental-79b2b40f8
2
+ * react-router v0.0.0-experimental-e5dac68cb
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -26,7 +26,7 @@ function _interopNamespace(e) {
26
26
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
27
 
28
28
  /**
29
- * react-router v0.0.0-experimental-79b2b40f8
29
+ * react-router v0.0.0-experimental-e5dac68cb
30
30
  *
31
31
  * Copyright (c) Remix Software Inc.
32
32
  *
@@ -2450,7 +2450,6 @@ var ServerStorage = global.___reactRouterServerStorage___ ?? (global.___reactRou
2450
2450
  var redirect2 = (...args) => {
2451
2451
  const response = redirect(...args);
2452
2452
  const ctx = ServerStorage.getStore();
2453
- console.log({ REDIRECT: ctx });
2454
2453
  if (ctx) {
2455
2454
  ctx.redirect = response;
2456
2455
  }
@@ -2700,7 +2699,6 @@ async function generateRenderResponse(request, routes, isDataRequest, decodeCall
2700
2699
  formState = result2?.formState;
2701
2700
  request = result2?.revalidationRequest ?? request;
2702
2701
  }
2703
- console.log(ctx);
2704
2702
  if (ctx.redirect) {
2705
2703
  return generateRedirectResponse(
2706
2704
  statusCode,
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { splitCookiesString } from 'set-cookie-parser';
5
5
 
6
6
  /**
7
- * react-router v0.0.0-experimental-79b2b40f8
7
+ * react-router v0.0.0-experimental-e5dac68cb
8
8
  *
9
9
  * Copyright (c) Remix Software Inc.
10
10
  *
@@ -2428,7 +2428,6 @@ var ServerStorage = global.___reactRouterServerStorage___ ?? (global.___reactRou
2428
2428
  var redirect2 = (...args) => {
2429
2429
  const response = redirect(...args);
2430
2430
  const ctx = ServerStorage.getStore();
2431
- console.log({ REDIRECT: ctx });
2432
2431
  if (ctx) {
2433
2432
  ctx.redirect = response;
2434
2433
  }
@@ -2678,7 +2677,6 @@ async function generateRenderResponse(request, routes, isDataRequest, decodeCall
2678
2677
  formState = result2?.formState;
2679
2678
  request = result2?.revalidationRequest ?? request;
2680
2679
  }
2681
- console.log(ctx);
2682
2680
  if (ctx.redirect) {
2683
2681
  return generateRedirectResponse(
2684
2682
  statusCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router",
3
- "version": "0.0.0-experimental-79b2b40f8",
3
+ "version": "0.0.0-experimental-e5dac68cb",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",