react-router 7.9.0 → 7.9.1

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/development/{chunk-S5YDGZLY.mjs → chunk-B7RQU5TL.mjs} +2 -2
  3. package/dist/development/{chunk-UGCJQSTX.js → chunk-LWNHKVDL.js} +131 -131
  4. package/dist/development/{chunk-VHEBI3C5.js → chunk-PW3F6ATG.js} +1 -1
  5. package/dist/development/{chunk-AKKEMMKB.mjs → chunk-SKNKB5VI.mjs} +2 -2
  6. package/dist/development/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  7. package/dist/development/dom-export.d.mts +1 -1
  8. package/dist/development/dom-export.js +3 -3
  9. package/dist/development/dom-export.mjs +3 -3
  10. package/dist/{production/index-react-server-client-CMC2eQAY.d.ts → development/index-react-server-client-BYr9g50r.d.ts} +1 -1
  11. package/dist/{production/index-react-server-client-1cWMpKk4.d.mts → development/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  12. package/dist/development/index-react-server-client.d.mts +3 -3
  13. package/dist/development/index-react-server-client.d.ts +2 -2
  14. package/dist/development/index-react-server-client.js +4 -4
  15. package/dist/development/index-react-server-client.mjs +2 -2
  16. package/dist/development/index-react-server.d.mts +1 -1
  17. package/dist/development/index-react-server.d.ts +1 -1
  18. package/dist/development/index-react-server.js +1 -1
  19. package/dist/development/index-react-server.mjs +1 -1
  20. package/dist/development/index.d.mts +6 -6
  21. package/dist/development/index.d.ts +4 -4
  22. package/dist/development/index.js +96 -96
  23. package/dist/development/index.mjs +3 -3
  24. package/dist/development/lib/types/internal.d.mts +39 -14
  25. package/dist/development/lib/types/internal.d.ts +38 -13
  26. package/dist/development/lib/types/internal.js +1 -1
  27. package/dist/development/lib/types/internal.mjs +1 -1
  28. package/dist/development/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  29. package/dist/development/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  30. package/dist/production/{chunk-HDA5IKPB.js → chunk-3SXVZXGI.js} +131 -131
  31. package/dist/production/{chunk-VNPMQDPD.js → chunk-HMYSPRGR.js} +1 -1
  32. package/dist/production/{chunk-MOZTWV63.mjs → chunk-P25HWPOZ.mjs} +2 -2
  33. package/dist/production/{chunk-WOZJCBVO.mjs → chunk-RCAZODXZ.mjs} +2 -2
  34. package/dist/production/{context-BH6Jwdoy.d.mts → context-CIdFp11b.d.mts} +1 -1
  35. package/dist/production/dom-export.d.mts +1 -1
  36. package/dist/production/dom-export.js +3 -3
  37. package/dist/production/dom-export.mjs +3 -3
  38. package/dist/{development/index-react-server-client-CMC2eQAY.d.ts → production/index-react-server-client-BYr9g50r.d.ts} +1 -1
  39. package/dist/{development/index-react-server-client-1cWMpKk4.d.mts → production/index-react-server-client-BeVfPpWg.d.mts} +2 -2
  40. package/dist/production/index-react-server-client.d.mts +3 -3
  41. package/dist/production/index-react-server-client.d.ts +2 -2
  42. package/dist/production/index-react-server-client.js +4 -4
  43. package/dist/production/index-react-server-client.mjs +2 -2
  44. package/dist/production/index-react-server.d.mts +1 -1
  45. package/dist/production/index-react-server.d.ts +1 -1
  46. package/dist/production/index-react-server.js +1 -1
  47. package/dist/production/index-react-server.mjs +1 -1
  48. package/dist/production/index.d.mts +6 -6
  49. package/dist/production/index.d.ts +4 -4
  50. package/dist/production/index.js +96 -96
  51. package/dist/production/index.mjs +3 -3
  52. package/dist/production/lib/types/internal.d.mts +39 -14
  53. package/dist/production/lib/types/internal.d.ts +38 -13
  54. package/dist/production/lib/types/internal.js +1 -1
  55. package/dist/production/lib/types/internal.mjs +1 -1
  56. package/dist/production/{route-data-BQkq8Erj.d.mts → route-data-Bpm4liR_.d.mts} +1 -1
  57. package/dist/production/{routeModules-DSKAn01V.d.ts → routeModules-DnUHijGz.d.ts} +1 -1
  58. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2
- * react-router v7.9.0
2
+ * react-router v7.9.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -54,7 +54,7 @@
54
54
 
55
55
 
56
56
 
57
- var _chunkHDA5IKPBjs = require('./chunk-HDA5IKPB.js');
57
+ var _chunk3SXVZXGIjs = require('./chunk-3SXVZXGI.js');
58
58
 
59
59
 
60
60
 
@@ -145,7 +145,7 @@ var _chunkHDA5IKPBjs = require('./chunk-HDA5IKPB.js');
145
145
 
146
146
 
147
147
 
148
- var _chunkVNPMQDPDjs = require('./chunk-VNPMQDPD.js');
148
+ var _chunkHMYSPRGRjs = require('./chunk-HMYSPRGR.js');
149
149
 
150
150
  // lib/dom/ssr/server.tsx
151
151
  var _react = require('react'); var React = _interopRequireWildcard(_react); var React2 = _interopRequireWildcard(_react); var React4 = _interopRequireWildcard(_react); var React5 = _interopRequireWildcard(_react);
@@ -158,7 +158,7 @@ function ServerRouter({
158
158
  url = new URL(url);
159
159
  }
160
160
  let { manifest, routeModules, criticalCss, serverHandoffString } = context;
161
- let routes = _chunkVNPMQDPDjs.createServerRoutes.call(void 0,
161
+ let routes = _chunkHMYSPRGRjs.createServerRoutes.call(void 0,
162
162
  manifest.routes,
163
163
  routeModules,
164
164
  context.future,
@@ -171,7 +171,7 @@ function ServerRouter({
171
171
  let routeId = match.route.id;
172
172
  let route = routeModules[routeId];
173
173
  let manifestRoute = context.manifest.routes[routeId];
174
- if (route && manifestRoute && _chunkVNPMQDPDjs.shouldHydrateRouteLoader.call(void 0,
174
+ if (route && manifestRoute && _chunkHMYSPRGRjs.shouldHydrateRouteLoader.call(void 0,
175
175
  routeId,
176
176
  route.clientLoader,
177
177
  manifestRoute.hasLoader,
@@ -180,9 +180,9 @@ function ServerRouter({
180
180
  delete context.staticHandlerContext.loaderData[routeId];
181
181
  }
182
182
  }
183
- let router = _chunkHDA5IKPBjs.createStaticRouter.call(void 0, routes, context.staticHandlerContext);
183
+ let router = _chunk3SXVZXGIjs.createStaticRouter.call(void 0, routes, context.staticHandlerContext);
184
184
  return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
185
- _chunkVNPMQDPDjs.FrameworkContext.Provider,
185
+ _chunkHMYSPRGRjs.FrameworkContext.Provider,
186
186
  {
187
187
  value: {
188
188
  manifest,
@@ -197,8 +197,8 @@ function ServerRouter({
197
197
  renderMeta: context.renderMeta
198
198
  }
199
199
  },
200
- /* @__PURE__ */ React.createElement(_chunkVNPMQDPDjs.RemixErrorBoundary, { location: router.state.location }, /* @__PURE__ */ React.createElement(
201
- _chunkHDA5IKPBjs.StaticRouterProvider,
200
+ /* @__PURE__ */ React.createElement(_chunkHMYSPRGRjs.RemixErrorBoundary, { location: router.state.location }, /* @__PURE__ */ React.createElement(
201
+ _chunk3SXVZXGIjs.StaticRouterProvider,
202
202
  {
203
203
  router,
204
204
  context: context.staticHandlerContext,
@@ -206,7 +206,7 @@ function ServerRouter({
206
206
  }
207
207
  ))
208
208
  ), context.serverHandoffStream ? /* @__PURE__ */ React.createElement(React.Suspense, null, /* @__PURE__ */ React.createElement(
209
- _chunkVNPMQDPDjs.StreamTransfer,
209
+ _chunkHMYSPRGRjs.StreamTransfer,
210
210
  {
211
211
  context,
212
212
  identifier: 0,
@@ -248,18 +248,18 @@ function createRoutesStub(routes, _context) {
248
248
  let patched = processRoutes(
249
249
  // @ts-expect-error `StubRouteObject` is stricter about `loader`/`action`
250
250
  // types compared to `AgnosticRouteObject`
251
- _chunkVNPMQDPDjs.convertRoutesToDataRoutes.call(void 0, routes, (r) => r),
252
- _context !== void 0 ? _context : _optionalChain([future, 'optionalAccess', _4 => _4.v8_middleware]) ? new (0, _chunkVNPMQDPDjs.RouterContextProvider)() : {},
251
+ _chunkHMYSPRGRjs.convertRoutesToDataRoutes.call(void 0, routes, (r) => r),
252
+ _context !== void 0 ? _context : _optionalChain([future, 'optionalAccess', _4 => _4.v8_middleware]) ? new (0, _chunkHMYSPRGRjs.RouterContextProvider)() : {},
253
253
  frameworkContextRef.current.manifest,
254
254
  frameworkContextRef.current.routeModules
255
255
  );
256
- routerRef.current = _chunkHDA5IKPBjs.createMemoryRouter.call(void 0, patched, {
256
+ routerRef.current = _chunk3SXVZXGIjs.createMemoryRouter.call(void 0, patched, {
257
257
  initialEntries,
258
258
  initialIndex,
259
259
  hydrationData
260
260
  });
261
261
  }
262
- return /* @__PURE__ */ React2.createElement(_chunkVNPMQDPDjs.FrameworkContext.Provider, { value: frameworkContextRef.current }, /* @__PURE__ */ React2.createElement(_chunkHDA5IKPBjs.RouterProvider, { router: routerRef.current }));
262
+ return /* @__PURE__ */ React2.createElement(_chunkHMYSPRGRjs.FrameworkContext.Provider, { value: frameworkContextRef.current }, /* @__PURE__ */ React2.createElement(_chunk3SXVZXGIjs.RouterProvider, { router: routerRef.current }));
263
263
  };
264
264
  }
265
265
  function processRoutes(routes, context, manifest, routeModules, parentId) {
@@ -273,9 +273,9 @@ function processRoutes(routes, context, manifest, routeModules, parentId) {
273
273
  id: route.id,
274
274
  path: route.path,
275
275
  index: route.index,
276
- Component: route.Component ? _chunkHDA5IKPBjs.withComponentProps.call(void 0, route.Component) : void 0,
277
- HydrateFallback: route.HydrateFallback ? _chunkHDA5IKPBjs.withHydrateFallbackProps.call(void 0, route.HydrateFallback) : void 0,
278
- ErrorBoundary: route.ErrorBoundary ? _chunkHDA5IKPBjs.withErrorBoundaryProps.call(void 0, route.ErrorBoundary) : void 0,
276
+ Component: route.Component ? _chunk3SXVZXGIjs.withComponentProps.call(void 0, route.Component) : void 0,
277
+ HydrateFallback: route.HydrateFallback ? _chunk3SXVZXGIjs.withHydrateFallbackProps.call(void 0, route.HydrateFallback) : void 0,
278
+ ErrorBoundary: route.ErrorBoundary ? _chunk3SXVZXGIjs.withErrorBoundaryProps.call(void 0, route.ErrorBoundary) : void 0,
279
279
  action: route.action ? (args) => route.action({ ...args, context }) : void 0,
280
280
  loader: route.loader ? (args) => route.loader({ ...args, context }) : void 0,
281
281
  handle: route.handle,
@@ -304,7 +304,7 @@ function processRoutes(routes, context, manifest, routeModules, parentId) {
304
304
  };
305
305
  manifest.routes[newRoute.id] = entryRoute;
306
306
  routeModules[route.id] = {
307
- default: newRoute.Component || _chunkHDA5IKPBjs.Outlet,
307
+ default: newRoute.Component || _chunk3SXVZXGIjs.Outlet,
308
308
  ErrorBoundary: newRoute.ErrorBoundary || void 0,
309
309
  handle: route.handle,
310
310
  links: route.links,
@@ -499,7 +499,7 @@ function myUnescape(value) {
499
499
  return result;
500
500
  }
501
501
  function warnOnceAboutExpiresCookie(name, expires) {
502
- _chunkVNPMQDPDjs.warnOnce.call(void 0,
502
+ _chunkHMYSPRGRjs.warnOnce.call(void 0,
503
503
  !expires,
504
504
  `The "${name}" cookie has an "expires" property set. This will cause the expires value to not be updated when the session is committed. Instead, you should set the expires value when serializing the cookie. You can use \`commitSession(session, { expires })\` if using a session storage object, or \`cookie.serialize("value", { expires })\` if you're using the cookie directly.`
505
505
  );
@@ -553,7 +553,7 @@ function serializeErrors(errors, serverMode) {
553
553
  let entries = Object.entries(errors);
554
554
  let serialized = {};
555
555
  for (let [key, val] of entries) {
556
- if (_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, val)) {
556
+ if (_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, val)) {
557
557
  serialized[key] = { ...val, __type: "RouteErrorResponse" };
558
558
  } else if (val instanceof Error) {
559
559
  let sanitized = sanitizeError(val, serverMode);
@@ -578,7 +578,7 @@ function serializeErrors(errors, serverMode) {
578
578
 
579
579
  // lib/server-runtime/routeMatching.ts
580
580
  function matchServerRoutes(routes, pathname, basename) {
581
- let matches = _chunkVNPMQDPDjs.matchRoutes.call(void 0,
581
+ let matches = _chunkHMYSPRGRjs.matchRoutes.call(void 0,
582
582
  routes,
583
583
  pathname,
584
584
  basename
@@ -598,7 +598,7 @@ async function callRouteHandler(handler, args) {
598
598
  params: args.params,
599
599
  context: args.context
600
600
  });
601
- if (_chunkVNPMQDPDjs.isDataWithResponseInit.call(void 0, result) && result.init && result.init.status && _chunkVNPMQDPDjs.isRedirectStatusCode.call(void 0, result.init.status)) {
601
+ if (_chunkHMYSPRGRjs.isDataWithResponseInit.call(void 0, result) && result.init && result.init.status && _chunkHMYSPRGRjs.isRedirectStatusCode.call(void 0, result.init.status)) {
602
602
  throw new Response(null, result.init);
603
603
  }
604
604
  return result;
@@ -717,17 +717,17 @@ function createStaticHandlerDataRoutes(manifest, future, parentId = "", routesBy
717
717
  controller.close();
718
718
  }
719
719
  });
720
- let decoded = await _chunkVNPMQDPDjs.decodeViaTurboStream.call(void 0, stream, global);
720
+ let decoded = await _chunkHMYSPRGRjs.decodeViaTurboStream.call(void 0, stream, global);
721
721
  let data2 = decoded.value;
722
- if (data2 && _chunkVNPMQDPDjs.SingleFetchRedirectSymbol in data2) {
723
- let result = data2[_chunkVNPMQDPDjs.SingleFetchRedirectSymbol];
722
+ if (data2 && _chunkHMYSPRGRjs.SingleFetchRedirectSymbol in data2) {
723
+ let result = data2[_chunkHMYSPRGRjs.SingleFetchRedirectSymbol];
724
724
  let init = { status: result.status };
725
725
  if (result.reload) {
726
- throw _chunkVNPMQDPDjs.redirectDocument.call(void 0, result.redirect, init);
726
+ throw _chunkHMYSPRGRjs.redirectDocument.call(void 0, result.redirect, init);
727
727
  } else if (result.replace) {
728
- throw _chunkVNPMQDPDjs.replace.call(void 0, result.redirect, init);
728
+ throw _chunkHMYSPRGRjs.replace.call(void 0, result.redirect, init);
729
729
  } else {
730
- throw _chunkVNPMQDPDjs.redirect.call(void 0, result.redirect, init);
730
+ throw _chunkHMYSPRGRjs.redirect.call(void 0, result.redirect, init);
731
731
  }
732
732
  } else {
733
733
  invariant2(
@@ -766,7 +766,7 @@ function createStaticHandlerDataRoutes(manifest, future, parentId = "", routesBy
766
766
 
767
767
  // lib/server-runtime/serverHandoff.ts
768
768
  function createServerHandoffString(serverHandoff) {
769
- return _chunkVNPMQDPDjs.escapeHtml.call(void 0, JSON.stringify(serverHandoff));
769
+ return _chunkHMYSPRGRjs.escapeHtml.call(void 0, JSON.stringify(serverHandoff));
770
770
  }
771
771
 
772
772
  // lib/server-runtime/headers.ts
@@ -843,7 +843,7 @@ function prependCookies(parentHeaders, childHeaders) {
843
843
 
844
844
  // lib/server-runtime/single-fetch.ts
845
845
  var SERVER_NO_BODY_STATUS_CODES = /* @__PURE__ */ new Set([
846
- ..._chunkVNPMQDPDjs.NO_BODY_STATUS_CODES,
846
+ ..._chunkHMYSPRGRjs.NO_BODY_STATUS_CODES,
847
847
  304
848
848
  ]);
849
849
  async function singleFetchAction(build, serverMode, staticHandler, request, handlerUrl, loadContext, handleError) {
@@ -873,7 +873,7 @@ async function singleFetchAction(build, serverMode, staticHandler, request, hand
873
873
  return handleQueryError(error);
874
874
  }
875
875
  function handleQueryResult(result) {
876
- return _chunkVNPMQDPDjs.isResponse.call(void 0, result) ? result : staticContextToResponse(result);
876
+ return _chunkHMYSPRGRjs.isResponse.call(void 0, result) ? result : staticContextToResponse(result);
877
877
  }
878
878
  function handleQueryError(error) {
879
879
  handleError(error);
@@ -885,12 +885,12 @@ async function singleFetchAction(build, serverMode, staticHandler, request, hand
885
885
  }
886
886
  function staticContextToResponse(context) {
887
887
  let headers = getDocumentHeaders(context, build);
888
- if (_chunkVNPMQDPDjs.isRedirectStatusCode.call(void 0, context.statusCode) && headers.has("Location")) {
888
+ if (_chunkHMYSPRGRjs.isRedirectStatusCode.call(void 0, context.statusCode) && headers.has("Location")) {
889
889
  return new Response(null, { status: context.statusCode, headers });
890
890
  }
891
891
  if (context.errors) {
892
892
  Object.values(context.errors).forEach((err) => {
893
- if (!_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, err) || err.error) {
893
+ if (!_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, err) || err.error) {
894
894
  handleError(err);
895
895
  }
896
896
  });
@@ -937,7 +937,7 @@ async function singleFetchLoaders(build, serverMode, staticHandler, request, han
937
937
  return handleQueryError(error);
938
938
  }
939
939
  function handleQueryResult(result) {
940
- return _chunkVNPMQDPDjs.isResponse.call(void 0, result) ? result : staticContextToResponse(result);
940
+ return _chunkHMYSPRGRjs.isResponse.call(void 0, result) ? result : staticContextToResponse(result);
941
941
  }
942
942
  function handleQueryError(error) {
943
943
  handleError(error);
@@ -949,12 +949,12 @@ async function singleFetchLoaders(build, serverMode, staticHandler, request, han
949
949
  }
950
950
  function staticContextToResponse(context) {
951
951
  let headers = getDocumentHeaders(context, build);
952
- if (_chunkVNPMQDPDjs.isRedirectStatusCode.call(void 0, context.statusCode) && headers.has("Location")) {
952
+ if (_chunkHMYSPRGRjs.isRedirectStatusCode.call(void 0, context.statusCode) && headers.has("Location")) {
953
953
  return new Response(null, { status: context.statusCode, headers });
954
954
  }
955
955
  if (context.errors) {
956
956
  Object.values(context.errors).forEach((err) => {
957
- if (!_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, err) || err.error) {
957
+ if (!_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, err) || err.error) {
958
958
  handleError(err);
959
959
  }
960
960
  });
@@ -1018,15 +1018,15 @@ function generateSingleFetchRedirectResponse(redirectResponse, request, build, s
1018
1018
  headers.delete("Location");
1019
1019
  headers.set("Content-Type", "text/x-script");
1020
1020
  return generateSingleFetchResponse(request, build, serverMode, {
1021
- result: request.method === "GET" ? { [_chunkVNPMQDPDjs.SingleFetchRedirectSymbol]: redirect2 } : redirect2,
1021
+ result: request.method === "GET" ? { [_chunkHMYSPRGRjs.SingleFetchRedirectSymbol]: redirect2 } : redirect2,
1022
1022
  headers,
1023
- status: _chunkVNPMQDPDjs.SINGLE_FETCH_REDIRECT_STATUS
1023
+ status: _chunkHMYSPRGRjs.SINGLE_FETCH_REDIRECT_STATUS
1024
1024
  });
1025
1025
  }
1026
1026
  function getSingleFetchRedirect(status, headers, basename) {
1027
1027
  let redirect2 = headers.get("Location");
1028
1028
  if (basename) {
1029
- redirect2 = _chunkVNPMQDPDjs.stripBasename.call(void 0, redirect2, basename) || redirect2;
1029
+ redirect2 = _chunkHMYSPRGRjs.stripBasename.call(void 0, redirect2, basename) || redirect2;
1030
1030
  }
1031
1031
  return {
1032
1032
  redirect: redirect2,
@@ -1052,7 +1052,7 @@ function encodeViaTurboStream(data2, requestSignal, streamTimeout, serverMode) {
1052
1052
  typeof streamTimeout === "number" ? streamTimeout : 4950
1053
1053
  );
1054
1054
  requestSignal.addEventListener("abort", () => clearTimeout(timeoutId));
1055
- return _chunkVNPMQDPDjs.encode.call(void 0, data2, {
1055
+ return _chunkHMYSPRGRjs.encode.call(void 0, data2, {
1056
1056
  signal: controller.signal,
1057
1057
  plugins: [
1058
1058
  (value) => {
@@ -1060,12 +1060,12 @@ function encodeViaTurboStream(data2, requestSignal, streamTimeout, serverMode) {
1060
1060
  let { name, message, stack } = serverMode === "production" /* Production */ ? sanitizeError(value, serverMode) : value;
1061
1061
  return ["SanitizedError", name, message, stack];
1062
1062
  }
1063
- if (value instanceof _chunkVNPMQDPDjs.ErrorResponseImpl) {
1063
+ if (value instanceof _chunkHMYSPRGRjs.ErrorResponseImpl) {
1064
1064
  let { data: data3, status, statusText } = value;
1065
1065
  return ["ErrorResponse", data3, status, statusText];
1066
1066
  }
1067
- if (value && typeof value === "object" && _chunkVNPMQDPDjs.SingleFetchRedirectSymbol in value) {
1068
- return ["SingleFetchRedirect", value[_chunkVNPMQDPDjs.SingleFetchRedirectSymbol]];
1067
+ if (value && typeof value === "object" && _chunkHMYSPRGRjs.SingleFetchRedirectSymbol in value) {
1068
+ return ["SingleFetchRedirect", value[_chunkHMYSPRGRjs.SingleFetchRedirectSymbol]];
1069
1069
  }
1070
1070
  }
1071
1071
  ],
@@ -1088,14 +1088,14 @@ function derive(build, mode) {
1088
1088
  let routes = createRoutes(build.routes);
1089
1089
  let dataRoutes = createStaticHandlerDataRoutes(build.routes, build.future);
1090
1090
  let serverMode = isServerMode(mode) ? mode : "production" /* Production */;
1091
- let staticHandler = _chunkVNPMQDPDjs.createStaticHandler.call(void 0, dataRoutes, {
1091
+ let staticHandler = _chunkHMYSPRGRjs.createStaticHandler.call(void 0, dataRoutes, {
1092
1092
  basename: build.basename
1093
1093
  });
1094
1094
  let errorHandler = build.entry.module.handleError || ((error, { request }) => {
1095
1095
  if (serverMode !== "test" /* Test */ && !request.signal.aborted) {
1096
1096
  console.error(
1097
1097
  // @ts-expect-error This is "private" from users but intended for internal use
1098
- _chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, error) && error.error ? error.error : error
1098
+ _chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, error) && error.error ? error.error : error
1099
1099
  );
1100
1100
  }
1101
1101
  });
@@ -1141,36 +1141,36 @@ var createRequestHandler = (build, mode) => {
1141
1141
  });
1142
1142
  };
1143
1143
  if (_build.future.v8_middleware) {
1144
- if (initialContext && !(initialContext instanceof _chunkVNPMQDPDjs.RouterContextProvider)) {
1144
+ if (initialContext && !(initialContext instanceof _chunkHMYSPRGRjs.RouterContextProvider)) {
1145
1145
  let error = new Error(
1146
1146
  "Invalid `context` value provided to `handleRequest`. When middleware is enabled you must return an instance of `RouterContextProvider` from your `getLoadContext` function."
1147
1147
  );
1148
1148
  handleError(error);
1149
1149
  return returnLastResortErrorResponse(error, serverMode);
1150
1150
  }
1151
- loadContext = initialContext || new (0, _chunkVNPMQDPDjs.RouterContextProvider)();
1151
+ loadContext = initialContext || new (0, _chunkHMYSPRGRjs.RouterContextProvider)();
1152
1152
  } else {
1153
1153
  loadContext = initialContext || {};
1154
1154
  }
1155
1155
  let url = new URL(request.url);
1156
1156
  let normalizedBasename = _build.basename || "/";
1157
1157
  let normalizedPath = url.pathname;
1158
- if (_chunkVNPMQDPDjs.stripBasename.call(void 0, normalizedPath, normalizedBasename) === "/_root.data") {
1158
+ if (_chunkHMYSPRGRjs.stripBasename.call(void 0, normalizedPath, normalizedBasename) === "/_root.data") {
1159
1159
  normalizedPath = normalizedBasename;
1160
1160
  } else if (normalizedPath.endsWith(".data")) {
1161
1161
  normalizedPath = normalizedPath.replace(/\.data$/, "");
1162
1162
  }
1163
- if (_chunkVNPMQDPDjs.stripBasename.call(void 0, normalizedPath, normalizedBasename) !== "/" && normalizedPath.endsWith("/")) {
1163
+ if (_chunkHMYSPRGRjs.stripBasename.call(void 0, normalizedPath, normalizedBasename) !== "/" && normalizedPath.endsWith("/")) {
1164
1164
  normalizedPath = normalizedPath.slice(0, -1);
1165
1165
  }
1166
1166
  let isSpaMode = getBuildTimeHeader(request, "X-React-Router-SPA-Mode") === "yes";
1167
1167
  if (!_build.ssr) {
1168
1168
  let decodedPath = decodeURI(normalizedPath);
1169
1169
  if (normalizedBasename !== "/") {
1170
- let strippedPath = _chunkVNPMQDPDjs.stripBasename.call(void 0, decodedPath, normalizedBasename);
1170
+ let strippedPath = _chunkHMYSPRGRjs.stripBasename.call(void 0, decodedPath, normalizedBasename);
1171
1171
  if (strippedPath == null) {
1172
1172
  errorHandler(
1173
- new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(
1173
+ new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(
1174
1174
  404,
1175
1175
  "Not Found",
1176
1176
  `Refusing to prerender the \`${decodedPath}\` path because it does not start with the basename \`${normalizedBasename}\``
@@ -1193,7 +1193,7 @@ var createRequestHandler = (build, mode) => {
1193
1193
  } else if (!_build.prerender.includes(decodedPath) && !_build.prerender.includes(decodedPath + "/")) {
1194
1194
  if (url.pathname.endsWith(".data")) {
1195
1195
  errorHandler(
1196
- new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(
1196
+ new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(
1197
1197
  404,
1198
1198
  "Not Found",
1199
1199
  `Refusing to SSR the path \`${decodedPath}\` because \`ssr:false\` is set and the path is not included in the \`prerender\` config, so in production the path will be a 404.`
@@ -1213,7 +1213,7 @@ var createRequestHandler = (build, mode) => {
1213
1213
  }
1214
1214
  }
1215
1215
  }
1216
- let manifestUrl = _chunkVNPMQDPDjs.getManifestPath.call(void 0,
1216
+ let manifestUrl = _chunkHMYSPRGRjs.getManifestPath.call(void 0,
1217
1217
  _build.routeDiscovery.manifestPath,
1218
1218
  normalizedBasename
1219
1219
  );
@@ -1248,7 +1248,7 @@ var createRequestHandler = (build, mode) => {
1248
1248
  loadContext,
1249
1249
  handleError
1250
1250
  );
1251
- if (_chunkVNPMQDPDjs.isRedirectResponse.call(void 0, response)) {
1251
+ if (_chunkHMYSPRGRjs.isRedirectResponse.call(void 0, response)) {
1252
1252
  response = generateSingleFetchRedirectResponse(
1253
1253
  response,
1254
1254
  request,
@@ -1262,7 +1262,7 @@ var createRequestHandler = (build, mode) => {
1262
1262
  params: singleFetchMatches ? singleFetchMatches[0].params : {},
1263
1263
  request
1264
1264
  });
1265
- if (_chunkVNPMQDPDjs.isRedirectResponse.call(void 0, response)) {
1265
+ if (_chunkHMYSPRGRjs.isRedirectResponse.call(void 0, response)) {
1266
1266
  response = generateSingleFetchRedirectResponse(
1267
1267
  response,
1268
1268
  request,
@@ -1379,7 +1379,7 @@ async function handleDocumentRequest(serverMode, build, staticHandler, request,
1379
1379
  generateMiddlewareResponse: build.future.v8_middleware ? async (query) => {
1380
1380
  try {
1381
1381
  let innerResult = await query(request);
1382
- if (!_chunkVNPMQDPDjs.isResponse.call(void 0, innerResult)) {
1382
+ if (!_chunkHMYSPRGRjs.isResponse.call(void 0, innerResult)) {
1383
1383
  innerResult = await renderHtml(innerResult, isSpaMode);
1384
1384
  }
1385
1385
  return innerResult;
@@ -1389,7 +1389,7 @@ async function handleDocumentRequest(serverMode, build, staticHandler, request,
1389
1389
  }
1390
1390
  } : void 0
1391
1391
  });
1392
- if (!_chunkVNPMQDPDjs.isResponse.call(void 0, result)) {
1392
+ if (!_chunkHMYSPRGRjs.isResponse.call(void 0, result)) {
1393
1393
  result = await renderHtml(result, isSpaMode);
1394
1394
  }
1395
1395
  return result;
@@ -1404,7 +1404,7 @@ async function handleDocumentRequest(serverMode, build, staticHandler, request,
1404
1404
  }
1405
1405
  if (context.errors) {
1406
1406
  Object.values(context.errors).forEach((err) => {
1407
- if (!_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, err) || err.error) {
1407
+ if (!_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, err) || err.error) {
1408
1408
  handleError(err);
1409
1409
  }
1410
1410
  });
@@ -1456,10 +1456,10 @@ async function handleDocumentRequest(serverMode, build, staticHandler, request,
1456
1456
  } catch (error) {
1457
1457
  handleError(error);
1458
1458
  let errorForSecondRender = error;
1459
- if (_chunkVNPMQDPDjs.isResponse.call(void 0, error)) {
1459
+ if (_chunkHMYSPRGRjs.isResponse.call(void 0, error)) {
1460
1460
  try {
1461
1461
  let data2 = await unwrapResponse(error);
1462
- errorForSecondRender = new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(
1462
+ errorForSecondRender = new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(
1463
1463
  error.status,
1464
1464
  error.statusText,
1465
1465
  data2
@@ -1467,7 +1467,7 @@ async function handleDocumentRequest(serverMode, build, staticHandler, request,
1467
1467
  } catch (e) {
1468
1468
  }
1469
1469
  }
1470
- context = _chunkVNPMQDPDjs.getStaticContextFromError.call(void 0,
1470
+ context = _chunkHMYSPRGRjs.getStaticContextFromError.call(void 0,
1471
1471
  staticHandler.dataRoutes,
1472
1472
  context,
1473
1473
  errorForSecondRender
@@ -1526,7 +1526,7 @@ async function handleResourceRequest(serverMode, build, staticHandler, routeId,
1526
1526
  return handleQueryRouteError(error);
1527
1527
  }
1528
1528
  function handleQueryRouteResult(result) {
1529
- if (_chunkVNPMQDPDjs.isResponse.call(void 0, result)) {
1529
+ if (_chunkHMYSPRGRjs.isResponse.call(void 0, result)) {
1530
1530
  return result;
1531
1531
  }
1532
1532
  if (typeof result === "string") {
@@ -1535,11 +1535,11 @@ async function handleResourceRequest(serverMode, build, staticHandler, routeId,
1535
1535
  return Response.json(result);
1536
1536
  }
1537
1537
  function handleQueryRouteError(error) {
1538
- if (_chunkVNPMQDPDjs.isResponse.call(void 0, error)) {
1538
+ if (_chunkHMYSPRGRjs.isResponse.call(void 0, error)) {
1539
1539
  error.headers.set("X-Remix-Catch", "yes");
1540
1540
  return error;
1541
1541
  }
1542
- if (_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, error)) {
1542
+ if (_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, error)) {
1543
1543
  handleError(error);
1544
1544
  return errorResponseToJson(error, serverMode);
1545
1545
  }
@@ -1665,7 +1665,7 @@ function createSessionStorage({
1665
1665
  };
1666
1666
  }
1667
1667
  function warnOnceAboutSigningSessionCookie(cookie) {
1668
- _chunkVNPMQDPDjs.warnOnce.call(void 0,
1668
+ _chunkHMYSPRGRjs.warnOnce.call(void 0,
1669
1669
  cookie.isSigned,
1670
1670
  `The "${cookie.name}" cookie is not signed, but session cookies should be signed to prevent tampering on the client before they are sent back to the server. See https://reactrouter.com/explanation/sessions-and-cookies#signing-cookies for more information.`
1671
1671
  );
@@ -1772,12 +1772,12 @@ function getHydrationData({
1772
1772
  ...state,
1773
1773
  loaderData: { ...state.loaderData }
1774
1774
  };
1775
- let initialMatches = _chunkVNPMQDPDjs.matchRoutes.call(void 0, routes, location2, basename);
1775
+ let initialMatches = _chunkHMYSPRGRjs.matchRoutes.call(void 0, routes, location2, basename);
1776
1776
  if (initialMatches) {
1777
1777
  for (let match of initialMatches) {
1778
1778
  let routeId = match.route.id;
1779
1779
  let routeInfo = getRouteInfo(routeId);
1780
- if (_chunkVNPMQDPDjs.shouldHydrateRouteLoader.call(void 0,
1780
+ if (_chunkHMYSPRGRjs.shouldHydrateRouteLoader.call(void 0,
1781
1781
  routeId,
1782
1782
  routeInfo.clientLoader,
1783
1783
  routeInfo.hasLoader,
@@ -1855,7 +1855,7 @@ function RSCDefaultRootErrorBoundaryImpl({
1855
1855
  }
1856
1856
  }
1857
1857
  );
1858
- if (_chunkVNPMQDPDjs.isRouteErrorResponse.call(void 0, error)) {
1858
+ if (_chunkHMYSPRGRjs.isRouteErrorResponse.call(void 0, error)) {
1859
1859
  return /* @__PURE__ */ React.default.createElement(
1860
1860
  ErrorWrapper,
1861
1861
  {
@@ -1863,7 +1863,7 @@ function RSCDefaultRootErrorBoundaryImpl({
1863
1863
  title: "Unhandled Thrown Response!"
1864
1864
  },
1865
1865
  /* @__PURE__ */ React.default.createElement("h1", { style: { fontSize: "24px" } }, error.status, " ", error.statusText),
1866
- _chunkVNPMQDPDjs.ENABLE_DEV_WARNINGS ? heyDeveloper : null
1866
+ _chunkHMYSPRGRjs.ENABLE_DEV_WARNINGS ? heyDeveloper : null
1867
1867
  );
1868
1868
  }
1869
1869
  let errorInstance;
@@ -1889,7 +1889,7 @@ function RSCDefaultRootErrorBoundaryImpl({
1889
1889
  function RSCDefaultRootErrorBoundary({
1890
1890
  hasRootLayout
1891
1891
  }) {
1892
- let error = _chunkVNPMQDPDjs.useRouteError.call(void 0, );
1892
+ let error = _chunkHMYSPRGRjs.useRouteError.call(void 0, );
1893
1893
  if (hasRootLayout === void 0) {
1894
1894
  throw new Error("Missing 'hasRootLayout' prop");
1895
1895
  }
@@ -2033,7 +2033,7 @@ function createRouterFromPayload({
2033
2033
  populateRSCRouteModules(globalVar.__reactRouterRouteModules, payload.matches);
2034
2034
  let patches = /* @__PURE__ */ new Map();
2035
2035
  _optionalChain([payload, 'access', _20 => _20.patches, 'optionalAccess', _21 => _21.forEach, 'call', _22 => _22((patch) => {
2036
- _chunkVNPMQDPDjs.invariant.call(void 0, patch.parentId, "Invalid patch parentId");
2036
+ _chunkHMYSPRGRjs.invariant.call(void 0, patch.parentId, "Invalid patch parentId");
2037
2037
  if (!patches.has(patch.parentId)) {
2038
2038
  patches.set(patch.parentId, []);
2039
2039
  }
@@ -2055,11 +2055,11 @@ function createRouterFromPayload({
2055
2055
  }
2056
2056
  return [route];
2057
2057
  }, []);
2058
- globalVar.__reactRouterDataRouter = _chunkVNPMQDPDjs.createRouter.call(void 0, {
2058
+ globalVar.__reactRouterDataRouter = _chunkHMYSPRGRjs.createRouter.call(void 0, {
2059
2059
  routes,
2060
2060
  getContext,
2061
2061
  basename: payload.basename,
2062
- history: _chunkVNPMQDPDjs.createBrowserHistory.call(void 0, ),
2062
+ history: _chunkHMYSPRGRjs.createBrowserHistory.call(void 0, ),
2063
2063
  hydrationData: getHydrationData({
2064
2064
  state: {
2065
2065
  loaderData: payload.loaderData,
@@ -2069,7 +2069,7 @@ function createRouterFromPayload({
2069
2069
  routes,
2070
2070
  getRouteInfo: (routeId) => {
2071
2071
  let match = payload.matches.find((m) => m.id === routeId);
2072
- _chunkVNPMQDPDjs.invariant.call(void 0, match, "Route not found in payload");
2072
+ _chunkHMYSPRGRjs.invariant.call(void 0, match, "Route not found in payload");
2073
2073
  return {
2074
2074
  clientLoader: match.clientLoader,
2075
2075
  hasLoader: match.hasLoader,
@@ -2167,9 +2167,9 @@ function createRouterFromPayload({
2167
2167
  routeModules: globalVar.__reactRouterRouteModules
2168
2168
  };
2169
2169
  }
2170
- var renderedRoutesContext = _chunkVNPMQDPDjs.createContext.call(void 0, );
2170
+ var renderedRoutesContext = _chunkHMYSPRGRjs.createContext.call(void 0, );
2171
2171
  function getRSCSingleFetchDataStrategy(getRouter, ssr, basename, createFromReadableStream, fetchImplementation) {
2172
- let dataStrategy = _chunkVNPMQDPDjs.getSingleFetchDataStrategyImpl.call(void 0,
2172
+ let dataStrategy = _chunkHMYSPRGRjs.getSingleFetchDataStrategyImpl.call(void 0,
2173
2173
  getRouter,
2174
2174
  (match) => {
2175
2175
  let M = match;
@@ -2223,20 +2223,20 @@ function getRSCSingleFetchDataStrategy(getRouter, ssr, basename, createFromReada
2223
2223
  function getFetchAndDecodeViaRSC(createFromReadableStream, fetchImplementation) {
2224
2224
  return async (args, basename, targetRoutes) => {
2225
2225
  let { request, context } = args;
2226
- let url = _chunkVNPMQDPDjs.singleFetchUrl.call(void 0, request.url, basename, "rsc");
2226
+ let url = _chunkHMYSPRGRjs.singleFetchUrl.call(void 0, request.url, basename, "rsc");
2227
2227
  if (request.method === "GET") {
2228
- url = _chunkVNPMQDPDjs.stripIndexParam.call(void 0, url);
2228
+ url = _chunkHMYSPRGRjs.stripIndexParam.call(void 0, url);
2229
2229
  if (targetRoutes) {
2230
2230
  url.searchParams.set("_routes", targetRoutes.join(","));
2231
2231
  }
2232
2232
  }
2233
2233
  let res = await fetchImplementation(
2234
- new Request(url, await _chunkVNPMQDPDjs.createRequestInit.call(void 0, request))
2234
+ new Request(url, await _chunkHMYSPRGRjs.createRequestInit.call(void 0, request))
2235
2235
  );
2236
2236
  if (res.status === 404 && !res.headers.has("X-Remix-Response")) {
2237
- throw new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(404, "Not Found", true);
2237
+ throw new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(404, "Not Found", true);
2238
2238
  }
2239
- _chunkVNPMQDPDjs.invariant.call(void 0, res.body, "No response body to decode");
2239
+ _chunkHMYSPRGRjs.invariant.call(void 0, res.body, "No response body to decode");
2240
2240
  try {
2241
2241
  const payload = await createFromReadableStream(res.body, {
2242
2242
  temporaryReferences: void 0
@@ -2260,7 +2260,7 @@ function getFetchAndDecodeViaRSC(createFromReadableStream, fetchImplementation)
2260
2260
  }
2261
2261
  context.get(renderedRoutesContext).push(...payload.matches);
2262
2262
  let results = { routes: {} };
2263
- const dataKey = _chunkVNPMQDPDjs.isMutationMethod.call(void 0, request.method) ? "actionData" : "loaderData";
2263
+ const dataKey = _chunkHMYSPRGRjs.isMutationMethod.call(void 0, request.method) ? "actionData" : "loaderData";
2264
2264
  for (let [routeId, data2] of Object.entries(payload[dataKey] || {})) {
2265
2265
  results.routes[routeId] = { data: data2 };
2266
2266
  }
@@ -2293,7 +2293,7 @@ function RSCHydratedRouter({
2293
2293
  [createFromReadableStream, payload, fetchImplementation, getContext]
2294
2294
  );
2295
2295
  React4.useEffect(() => {
2296
- _chunkVNPMQDPDjs.setIsHydrated.call(void 0, );
2296
+ _chunkHMYSPRGRjs.setIsHydrated.call(void 0, );
2297
2297
  }, []);
2298
2298
  React4.useLayoutEffect(() => {
2299
2299
  const globalVar = window;
@@ -2380,7 +2380,7 @@ function RSCHydratedRouter({
2380
2380
  routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" },
2381
2381
  routeModules
2382
2382
  };
2383
- return /* @__PURE__ */ React4.createElement(_chunkVNPMQDPDjs.RSCRouterContext.Provider, { value: true }, /* @__PURE__ */ React4.createElement(RSCRouterGlobalErrorBoundary, { location: location2 }, /* @__PURE__ */ React4.createElement(_chunkVNPMQDPDjs.FrameworkContext.Provider, { value: frameworkContext }, /* @__PURE__ */ React4.createElement(_chunkHDA5IKPBjs.RouterProvider, { router, flushSync: ReactDOM.flushSync }))));
2383
+ return /* @__PURE__ */ React4.createElement(_chunkHMYSPRGRjs.RSCRouterContext.Provider, { value: true }, /* @__PURE__ */ React4.createElement(RSCRouterGlobalErrorBoundary, { location: location2 }, /* @__PURE__ */ React4.createElement(_chunkHMYSPRGRjs.FrameworkContext.Provider, { value: frameworkContext }, /* @__PURE__ */ React4.createElement(_chunk3SXVZXGIjs.RouterProvider, { router, flushSync: ReactDOM.flushSync }))));
2384
2384
  }
2385
2385
  function createRouteFromServerManifest(match, payload) {
2386
2386
  let hasInitialData = payload && match.id in payload.loaderData;
@@ -2391,7 +2391,7 @@ function createRouteFromServerManifest(match, payload) {
2391
2391
  // the server loader flow regardless of whether the client loader calls
2392
2392
  // `serverLoader` or not, otherwise we'll have nothing to render.
2393
2393
  match.hasComponent && !match.element;
2394
- _chunkVNPMQDPDjs.invariant.call(void 0, window.__reactRouterRouteModules);
2394
+ _chunkHMYSPRGRjs.invariant.call(void 0, window.__reactRouterRouteModules);
2395
2395
  populateRSCRouteModules(window.__reactRouterRouteModules, match);
2396
2396
  let dataRoute = {
2397
2397
  id: match.id,
@@ -2442,7 +2442,7 @@ function createRouteFromServerManifest(match, payload) {
2442
2442
  return await callSingleFetch(singleFetch);
2443
2443
  }
2444
2444
  }) : match.hasAction ? (_, singleFetch) => callSingleFetch(singleFetch) : () => {
2445
- throw _chunkVNPMQDPDjs.noActionDefinedError.call(void 0, "action", match.id);
2445
+ throw _chunkHMYSPRGRjs.noActionDefinedError.call(void 0, "action", match.id);
2446
2446
  },
2447
2447
  path: match.path,
2448
2448
  shouldRevalidate: match.shouldRevalidate,
@@ -2455,7 +2455,7 @@ function createRouteFromServerManifest(match, payload) {
2455
2455
  hasShouldRevalidate: match.shouldRevalidate != null
2456
2456
  };
2457
2457
  if (typeof dataRoute.loader === "function") {
2458
- dataRoute.loader.hydrate = _chunkVNPMQDPDjs.shouldHydrateRouteLoader.call(void 0,
2458
+ dataRoute.loader.hydrate = _chunkHMYSPRGRjs.shouldHydrateRouteLoader.call(void 0,
2459
2459
  match.id,
2460
2460
  match.clientLoader,
2461
2461
  match.hasLoader,
@@ -2465,7 +2465,7 @@ function createRouteFromServerManifest(match, payload) {
2465
2465
  return dataRoute;
2466
2466
  }
2467
2467
  function callSingleFetch(singleFetch) {
2468
- _chunkVNPMQDPDjs.invariant.call(void 0, typeof singleFetch === "function", "Invalid singleFetch parameter");
2468
+ _chunkHMYSPRGRjs.invariant.call(void 0, typeof singleFetch === "function", "Invalid singleFetch parameter");
2469
2469
  return singleFetch();
2470
2470
  }
2471
2471
  function preventInvalidServerHandlerCall(type, routeId, hasHandler) {
@@ -2473,7 +2473,7 @@ function preventInvalidServerHandlerCall(type, routeId, hasHandler) {
2473
2473
  let fn = type === "action" ? "serverAction()" : "serverLoader()";
2474
2474
  let msg = `You are trying to call ${fn} on a route that does not have a server ${type} (routeId: "${routeId}")`;
2475
2475
  console.error(msg);
2476
- throw new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(400, "Bad Request", new Error(msg), true);
2476
+ throw new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(400, "Bad Request", new Error(msg), true);
2477
2477
  }
2478
2478
  }
2479
2479
  var nextPaths = /* @__PURE__ */ new Set();
@@ -2697,7 +2697,7 @@ async function routeRSCServerRequest({
2697
2697
  const payload = await createFromReadableStream(
2698
2698
  detectRedirectResponse.body
2699
2699
  );
2700
- if (serverResponse.status === _chunkVNPMQDPDjs.SINGLE_FETCH_REDIRECT_STATUS && payload.type === "redirect") {
2700
+ if (serverResponse.status === _chunkHMYSPRGRjs.SINGLE_FETCH_REDIRECT_STATUS && payload.type === "redirect") {
2701
2701
  const headers2 = new Headers(serverResponse.headers);
2702
2702
  headers2.delete("Content-Encoding");
2703
2703
  headers2.delete("Content-Length");
@@ -2747,7 +2747,7 @@ function RSCStaticRouter({ getPayload }) {
2747
2747
  if (payload.type !== "render") return null;
2748
2748
  let patchedLoaderData = { ...payload.loaderData };
2749
2749
  for (const match of payload.matches) {
2750
- if (_chunkVNPMQDPDjs.shouldHydrateRouteLoader.call(void 0,
2750
+ if (_chunkHMYSPRGRjs.shouldHydrateRouteLoader.call(void 0,
2751
2751
  match.id,
2752
2752
  match.clientLoader,
2753
2753
  match.hasLoader,
@@ -2781,7 +2781,7 @@ function RSCStaticRouter({ getPayload }) {
2781
2781
  }
2782
2782
  }))
2783
2783
  };
2784
- const router = _chunkHDA5IKPBjs.createStaticRouter.call(void 0,
2784
+ const router = _chunk3SXVZXGIjs.createStaticRouter.call(void 0,
2785
2785
  payload.matches.reduceRight((previous, match) => {
2786
2786
  const route = {
2787
2787
  id: match.id,
@@ -2825,8 +2825,8 @@ function RSCStaticRouter({ getPayload }) {
2825
2825
  routeDiscovery: { mode: "lazy", manifestPath: "/__manifest" },
2826
2826
  routeModules: createRSCRouteModules(payload)
2827
2827
  };
2828
- return /* @__PURE__ */ React5.createElement(_chunkVNPMQDPDjs.RSCRouterContext.Provider, { value: true }, /* @__PURE__ */ React5.createElement(RSCRouterGlobalErrorBoundary, { location: payload.location }, /* @__PURE__ */ React5.createElement(_chunkVNPMQDPDjs.FrameworkContext.Provider, { value: frameworkContext }, /* @__PURE__ */ React5.createElement(
2829
- _chunkHDA5IKPBjs.StaticRouterProvider,
2828
+ return /* @__PURE__ */ React5.createElement(_chunkHMYSPRGRjs.RSCRouterContext.Provider, { value: true }, /* @__PURE__ */ React5.createElement(RSCRouterGlobalErrorBoundary, { location: payload.location }, /* @__PURE__ */ React5.createElement(_chunkHMYSPRGRjs.FrameworkContext.Provider, { value: frameworkContext }, /* @__PURE__ */ React5.createElement(
2829
+ _chunk3SXVZXGIjs.StaticRouterProvider,
2830
2830
  {
2831
2831
  context,
2832
2832
  router,
@@ -2884,7 +2884,7 @@ function deserializeErrors(errors) {
2884
2884
  let serialized = {};
2885
2885
  for (let [key, val] of entries) {
2886
2886
  if (val && val.__type === "RouteErrorResponse") {
2887
- serialized[key] = new (0, _chunkVNPMQDPDjs.ErrorResponseImpl)(
2887
+ serialized[key] = new (0, _chunkHMYSPRGRjs.ErrorResponseImpl)(
2888
2888
  val.status,
2889
2889
  val.statusText,
2890
2890
  val.data,
@@ -3043,4 +3043,4 @@ function deserializeErrors(errors) {
3043
3043
 
3044
3044
 
3045
3045
 
3046
- exports.Await = _chunkHDA5IKPBjs.Await; exports.BrowserRouter = _chunkHDA5IKPBjs.BrowserRouter; exports.Form = _chunkHDA5IKPBjs.Form; exports.HashRouter = _chunkHDA5IKPBjs.HashRouter; exports.IDLE_BLOCKER = _chunkVNPMQDPDjs.IDLE_BLOCKER; exports.IDLE_FETCHER = _chunkVNPMQDPDjs.IDLE_FETCHER; exports.IDLE_NAVIGATION = _chunkVNPMQDPDjs.IDLE_NAVIGATION; exports.Link = _chunkHDA5IKPBjs.Link; exports.Links = _chunkVNPMQDPDjs.Links; exports.MemoryRouter = _chunkHDA5IKPBjs.MemoryRouter; exports.Meta = _chunkVNPMQDPDjs.Meta; exports.NavLink = _chunkHDA5IKPBjs.NavLink; exports.Navigate = _chunkHDA5IKPBjs.Navigate; exports.NavigationType = _chunkVNPMQDPDjs.Action; exports.Outlet = _chunkHDA5IKPBjs.Outlet; exports.PrefetchPageLinks = _chunkVNPMQDPDjs.PrefetchPageLinks; exports.Route = _chunkHDA5IKPBjs.Route; exports.Router = _chunkHDA5IKPBjs.Router; exports.RouterContextProvider = _chunkVNPMQDPDjs.RouterContextProvider; exports.RouterProvider = _chunkHDA5IKPBjs.RouterProvider; exports.Routes = _chunkHDA5IKPBjs.Routes; exports.Scripts = _chunkVNPMQDPDjs.Scripts; exports.ScrollRestoration = _chunkHDA5IKPBjs.ScrollRestoration; exports.ServerRouter = ServerRouter; exports.StaticRouter = _chunkHDA5IKPBjs.StaticRouter; exports.StaticRouterProvider = _chunkHDA5IKPBjs.StaticRouterProvider; exports.UNSAFE_AwaitContextProvider = _chunkVNPMQDPDjs.AwaitContextProvider; exports.UNSAFE_DataRouterContext = _chunkVNPMQDPDjs.DataRouterContext; exports.UNSAFE_DataRouterStateContext = _chunkVNPMQDPDjs.DataRouterStateContext; exports.UNSAFE_ErrorResponseImpl = _chunkVNPMQDPDjs.ErrorResponseImpl; exports.UNSAFE_FetchersContext = _chunkVNPMQDPDjs.FetchersContext; exports.UNSAFE_FrameworkContext = _chunkVNPMQDPDjs.FrameworkContext; exports.UNSAFE_LocationContext = _chunkVNPMQDPDjs.LocationContext; exports.UNSAFE_NavigationContext = _chunkVNPMQDPDjs.NavigationContext; exports.UNSAFE_RSCDefaultRootErrorBoundary = RSCDefaultRootErrorBoundary; exports.UNSAFE_RemixErrorBoundary = _chunkVNPMQDPDjs.RemixErrorBoundary; exports.UNSAFE_RouteContext = _chunkVNPMQDPDjs.RouteContext; exports.UNSAFE_ServerMode = ServerMode; exports.UNSAFE_SingleFetchRedirectSymbol = _chunkVNPMQDPDjs.SingleFetchRedirectSymbol; exports.UNSAFE_ViewTransitionContext = _chunkVNPMQDPDjs.ViewTransitionContext; exports.UNSAFE_WithComponentProps = _chunkHDA5IKPBjs.WithComponentProps; exports.UNSAFE_WithErrorBoundaryProps = _chunkHDA5IKPBjs.WithErrorBoundaryProps; exports.UNSAFE_WithHydrateFallbackProps = _chunkHDA5IKPBjs.WithHydrateFallbackProps; exports.UNSAFE_createBrowserHistory = _chunkVNPMQDPDjs.createBrowserHistory; exports.UNSAFE_createClientRoutes = _chunkVNPMQDPDjs.createClientRoutes; exports.UNSAFE_createClientRoutesWithHMRRevalidationOptOut = _chunkVNPMQDPDjs.createClientRoutesWithHMRRevalidationOptOut; exports.UNSAFE_createRouter = _chunkVNPMQDPDjs.createRouter; exports.UNSAFE_decodeViaTurboStream = _chunkVNPMQDPDjs.decodeViaTurboStream; exports.UNSAFE_deserializeErrors = deserializeErrors; exports.UNSAFE_getHydrationData = getHydrationData; exports.UNSAFE_getPatchRoutesOnNavigationFunction = _chunkVNPMQDPDjs.getPatchRoutesOnNavigationFunction; exports.UNSAFE_getTurboStreamSingleFetchDataStrategy = _chunkVNPMQDPDjs.getTurboStreamSingleFetchDataStrategy; exports.UNSAFE_hydrationRouteProperties = _chunkHDA5IKPBjs.hydrationRouteProperties; exports.UNSAFE_invariant = _chunkVNPMQDPDjs.invariant; exports.UNSAFE_mapRouteProperties = _chunkHDA5IKPBjs.mapRouteProperties; exports.UNSAFE_shouldHydrateRouteLoader = _chunkVNPMQDPDjs.shouldHydrateRouteLoader; exports.UNSAFE_useFogOFWarDiscovery = _chunkVNPMQDPDjs.useFogOFWarDiscovery; exports.UNSAFE_useScrollRestoration = _chunkHDA5IKPBjs.useScrollRestoration; exports.UNSAFE_withComponentProps = _chunkHDA5IKPBjs.withComponentProps; exports.UNSAFE_withErrorBoundaryProps = _chunkHDA5IKPBjs.withErrorBoundaryProps; exports.UNSAFE_withHydrateFallbackProps = _chunkHDA5IKPBjs.withHydrateFallbackProps; exports.createBrowserRouter = _chunkHDA5IKPBjs.createBrowserRouter; exports.createContext = _chunkVNPMQDPDjs.createContext; exports.createCookie = createCookie; exports.createCookieSessionStorage = createCookieSessionStorage; exports.createHashRouter = _chunkHDA5IKPBjs.createHashRouter; exports.createMemoryRouter = _chunkHDA5IKPBjs.createMemoryRouter; exports.createMemorySessionStorage = createMemorySessionStorage; exports.createPath = _chunkVNPMQDPDjs.createPath; exports.createRequestHandler = createRequestHandler; exports.createRoutesFromChildren = _chunkHDA5IKPBjs.createRoutesFromChildren; exports.createRoutesFromElements = _chunkHDA5IKPBjs.createRoutesFromElements; exports.createRoutesStub = createRoutesStub; exports.createSearchParams = _chunkHDA5IKPBjs.createSearchParams; exports.createSession = createSession; exports.createSessionStorage = createSessionStorage; exports.createStaticHandler = _chunkHDA5IKPBjs.createStaticHandler; exports.createStaticRouter = _chunkHDA5IKPBjs.createStaticRouter; exports.data = _chunkVNPMQDPDjs.data; exports.generatePath = _chunkVNPMQDPDjs.generatePath; exports.href = href; exports.isCookie = isCookie; exports.isRouteErrorResponse = _chunkVNPMQDPDjs.isRouteErrorResponse; exports.isSession = isSession; exports.matchPath = _chunkVNPMQDPDjs.matchPath; exports.matchRoutes = _chunkVNPMQDPDjs.matchRoutes; exports.parsePath = _chunkVNPMQDPDjs.parsePath; exports.redirect = _chunkVNPMQDPDjs.redirect; exports.redirectDocument = _chunkVNPMQDPDjs.redirectDocument; exports.renderMatches = _chunkHDA5IKPBjs.renderMatches; exports.replace = _chunkVNPMQDPDjs.replace; exports.resolvePath = _chunkVNPMQDPDjs.resolvePath; exports.unstable_HistoryRouter = _chunkHDA5IKPBjs.HistoryRouter; exports.unstable_RSCHydratedRouter = RSCHydratedRouter; exports.unstable_RSCStaticRouter = RSCStaticRouter; exports.unstable_createCallServer = createCallServer; exports.unstable_getRSCStream = getRSCStream; exports.unstable_routeRSCServerRequest = routeRSCServerRequest; exports.unstable_setDevServerHooks = setDevServerHooks; exports.unstable_usePrompt = _chunkHDA5IKPBjs.usePrompt; exports.useActionData = _chunkVNPMQDPDjs.useActionData; exports.useAsyncError = _chunkVNPMQDPDjs.useAsyncError; exports.useAsyncValue = _chunkVNPMQDPDjs.useAsyncValue; exports.useBeforeUnload = _chunkHDA5IKPBjs.useBeforeUnload; exports.useBlocker = _chunkVNPMQDPDjs.useBlocker; exports.useFetcher = _chunkHDA5IKPBjs.useFetcher; exports.useFetchers = _chunkHDA5IKPBjs.useFetchers; exports.useFormAction = _chunkHDA5IKPBjs.useFormAction; exports.useHref = _chunkVNPMQDPDjs.useHref; exports.useInRouterContext = _chunkVNPMQDPDjs.useInRouterContext; exports.useLinkClickHandler = _chunkHDA5IKPBjs.useLinkClickHandler; exports.useLoaderData = _chunkVNPMQDPDjs.useLoaderData; exports.useLocation = _chunkVNPMQDPDjs.useLocation; exports.useMatch = _chunkVNPMQDPDjs.useMatch; exports.useMatches = _chunkVNPMQDPDjs.useMatches; exports.useNavigate = _chunkVNPMQDPDjs.useNavigate; exports.useNavigation = _chunkVNPMQDPDjs.useNavigation; exports.useNavigationType = _chunkVNPMQDPDjs.useNavigationType; exports.useOutlet = _chunkVNPMQDPDjs.useOutlet; exports.useOutletContext = _chunkVNPMQDPDjs.useOutletContext; exports.useParams = _chunkVNPMQDPDjs.useParams; exports.useResolvedPath = _chunkVNPMQDPDjs.useResolvedPath; exports.useRevalidator = _chunkVNPMQDPDjs.useRevalidator; exports.useRouteError = _chunkVNPMQDPDjs.useRouteError; exports.useRouteLoaderData = _chunkVNPMQDPDjs.useRouteLoaderData; exports.useRoutes = _chunkVNPMQDPDjs.useRoutes; exports.useSearchParams = _chunkHDA5IKPBjs.useSearchParams; exports.useSubmit = _chunkHDA5IKPBjs.useSubmit; exports.useViewTransitionState = _chunkHDA5IKPBjs.useViewTransitionState;
3046
+ exports.Await = _chunk3SXVZXGIjs.Await; exports.BrowserRouter = _chunk3SXVZXGIjs.BrowserRouter; exports.Form = _chunk3SXVZXGIjs.Form; exports.HashRouter = _chunk3SXVZXGIjs.HashRouter; exports.IDLE_BLOCKER = _chunkHMYSPRGRjs.IDLE_BLOCKER; exports.IDLE_FETCHER = _chunkHMYSPRGRjs.IDLE_FETCHER; exports.IDLE_NAVIGATION = _chunkHMYSPRGRjs.IDLE_NAVIGATION; exports.Link = _chunk3SXVZXGIjs.Link; exports.Links = _chunkHMYSPRGRjs.Links; exports.MemoryRouter = _chunk3SXVZXGIjs.MemoryRouter; exports.Meta = _chunkHMYSPRGRjs.Meta; exports.NavLink = _chunk3SXVZXGIjs.NavLink; exports.Navigate = _chunk3SXVZXGIjs.Navigate; exports.NavigationType = _chunkHMYSPRGRjs.Action; exports.Outlet = _chunk3SXVZXGIjs.Outlet; exports.PrefetchPageLinks = _chunkHMYSPRGRjs.PrefetchPageLinks; exports.Route = _chunk3SXVZXGIjs.Route; exports.Router = _chunk3SXVZXGIjs.Router; exports.RouterContextProvider = _chunkHMYSPRGRjs.RouterContextProvider; exports.RouterProvider = _chunk3SXVZXGIjs.RouterProvider; exports.Routes = _chunk3SXVZXGIjs.Routes; exports.Scripts = _chunkHMYSPRGRjs.Scripts; exports.ScrollRestoration = _chunk3SXVZXGIjs.ScrollRestoration; exports.ServerRouter = ServerRouter; exports.StaticRouter = _chunk3SXVZXGIjs.StaticRouter; exports.StaticRouterProvider = _chunk3SXVZXGIjs.StaticRouterProvider; exports.UNSAFE_AwaitContextProvider = _chunkHMYSPRGRjs.AwaitContextProvider; exports.UNSAFE_DataRouterContext = _chunkHMYSPRGRjs.DataRouterContext; exports.UNSAFE_DataRouterStateContext = _chunkHMYSPRGRjs.DataRouterStateContext; exports.UNSAFE_ErrorResponseImpl = _chunkHMYSPRGRjs.ErrorResponseImpl; exports.UNSAFE_FetchersContext = _chunkHMYSPRGRjs.FetchersContext; exports.UNSAFE_FrameworkContext = _chunkHMYSPRGRjs.FrameworkContext; exports.UNSAFE_LocationContext = _chunkHMYSPRGRjs.LocationContext; exports.UNSAFE_NavigationContext = _chunkHMYSPRGRjs.NavigationContext; exports.UNSAFE_RSCDefaultRootErrorBoundary = RSCDefaultRootErrorBoundary; exports.UNSAFE_RemixErrorBoundary = _chunkHMYSPRGRjs.RemixErrorBoundary; exports.UNSAFE_RouteContext = _chunkHMYSPRGRjs.RouteContext; exports.UNSAFE_ServerMode = ServerMode; exports.UNSAFE_SingleFetchRedirectSymbol = _chunkHMYSPRGRjs.SingleFetchRedirectSymbol; exports.UNSAFE_ViewTransitionContext = _chunkHMYSPRGRjs.ViewTransitionContext; exports.UNSAFE_WithComponentProps = _chunk3SXVZXGIjs.WithComponentProps; exports.UNSAFE_WithErrorBoundaryProps = _chunk3SXVZXGIjs.WithErrorBoundaryProps; exports.UNSAFE_WithHydrateFallbackProps = _chunk3SXVZXGIjs.WithHydrateFallbackProps; exports.UNSAFE_createBrowserHistory = _chunkHMYSPRGRjs.createBrowserHistory; exports.UNSAFE_createClientRoutes = _chunkHMYSPRGRjs.createClientRoutes; exports.UNSAFE_createClientRoutesWithHMRRevalidationOptOut = _chunkHMYSPRGRjs.createClientRoutesWithHMRRevalidationOptOut; exports.UNSAFE_createRouter = _chunkHMYSPRGRjs.createRouter; exports.UNSAFE_decodeViaTurboStream = _chunkHMYSPRGRjs.decodeViaTurboStream; exports.UNSAFE_deserializeErrors = deserializeErrors; exports.UNSAFE_getHydrationData = getHydrationData; exports.UNSAFE_getPatchRoutesOnNavigationFunction = _chunkHMYSPRGRjs.getPatchRoutesOnNavigationFunction; exports.UNSAFE_getTurboStreamSingleFetchDataStrategy = _chunkHMYSPRGRjs.getTurboStreamSingleFetchDataStrategy; exports.UNSAFE_hydrationRouteProperties = _chunk3SXVZXGIjs.hydrationRouteProperties; exports.UNSAFE_invariant = _chunkHMYSPRGRjs.invariant; exports.UNSAFE_mapRouteProperties = _chunk3SXVZXGIjs.mapRouteProperties; exports.UNSAFE_shouldHydrateRouteLoader = _chunkHMYSPRGRjs.shouldHydrateRouteLoader; exports.UNSAFE_useFogOFWarDiscovery = _chunkHMYSPRGRjs.useFogOFWarDiscovery; exports.UNSAFE_useScrollRestoration = _chunk3SXVZXGIjs.useScrollRestoration; exports.UNSAFE_withComponentProps = _chunk3SXVZXGIjs.withComponentProps; exports.UNSAFE_withErrorBoundaryProps = _chunk3SXVZXGIjs.withErrorBoundaryProps; exports.UNSAFE_withHydrateFallbackProps = _chunk3SXVZXGIjs.withHydrateFallbackProps; exports.createBrowserRouter = _chunk3SXVZXGIjs.createBrowserRouter; exports.createContext = _chunkHMYSPRGRjs.createContext; exports.createCookie = createCookie; exports.createCookieSessionStorage = createCookieSessionStorage; exports.createHashRouter = _chunk3SXVZXGIjs.createHashRouter; exports.createMemoryRouter = _chunk3SXVZXGIjs.createMemoryRouter; exports.createMemorySessionStorage = createMemorySessionStorage; exports.createPath = _chunkHMYSPRGRjs.createPath; exports.createRequestHandler = createRequestHandler; exports.createRoutesFromChildren = _chunk3SXVZXGIjs.createRoutesFromChildren; exports.createRoutesFromElements = _chunk3SXVZXGIjs.createRoutesFromElements; exports.createRoutesStub = createRoutesStub; exports.createSearchParams = _chunk3SXVZXGIjs.createSearchParams; exports.createSession = createSession; exports.createSessionStorage = createSessionStorage; exports.createStaticHandler = _chunk3SXVZXGIjs.createStaticHandler; exports.createStaticRouter = _chunk3SXVZXGIjs.createStaticRouter; exports.data = _chunkHMYSPRGRjs.data; exports.generatePath = _chunkHMYSPRGRjs.generatePath; exports.href = href; exports.isCookie = isCookie; exports.isRouteErrorResponse = _chunkHMYSPRGRjs.isRouteErrorResponse; exports.isSession = isSession; exports.matchPath = _chunkHMYSPRGRjs.matchPath; exports.matchRoutes = _chunkHMYSPRGRjs.matchRoutes; exports.parsePath = _chunkHMYSPRGRjs.parsePath; exports.redirect = _chunkHMYSPRGRjs.redirect; exports.redirectDocument = _chunkHMYSPRGRjs.redirectDocument; exports.renderMatches = _chunk3SXVZXGIjs.renderMatches; exports.replace = _chunkHMYSPRGRjs.replace; exports.resolvePath = _chunkHMYSPRGRjs.resolvePath; exports.unstable_HistoryRouter = _chunk3SXVZXGIjs.HistoryRouter; exports.unstable_RSCHydratedRouter = RSCHydratedRouter; exports.unstable_RSCStaticRouter = RSCStaticRouter; exports.unstable_createCallServer = createCallServer; exports.unstable_getRSCStream = getRSCStream; exports.unstable_routeRSCServerRequest = routeRSCServerRequest; exports.unstable_setDevServerHooks = setDevServerHooks; exports.unstable_usePrompt = _chunk3SXVZXGIjs.usePrompt; exports.useActionData = _chunkHMYSPRGRjs.useActionData; exports.useAsyncError = _chunkHMYSPRGRjs.useAsyncError; exports.useAsyncValue = _chunkHMYSPRGRjs.useAsyncValue; exports.useBeforeUnload = _chunk3SXVZXGIjs.useBeforeUnload; exports.useBlocker = _chunkHMYSPRGRjs.useBlocker; exports.useFetcher = _chunk3SXVZXGIjs.useFetcher; exports.useFetchers = _chunk3SXVZXGIjs.useFetchers; exports.useFormAction = _chunk3SXVZXGIjs.useFormAction; exports.useHref = _chunkHMYSPRGRjs.useHref; exports.useInRouterContext = _chunkHMYSPRGRjs.useInRouterContext; exports.useLinkClickHandler = _chunk3SXVZXGIjs.useLinkClickHandler; exports.useLoaderData = _chunkHMYSPRGRjs.useLoaderData; exports.useLocation = _chunkHMYSPRGRjs.useLocation; exports.useMatch = _chunkHMYSPRGRjs.useMatch; exports.useMatches = _chunkHMYSPRGRjs.useMatches; exports.useNavigate = _chunkHMYSPRGRjs.useNavigate; exports.useNavigation = _chunkHMYSPRGRjs.useNavigation; exports.useNavigationType = _chunkHMYSPRGRjs.useNavigationType; exports.useOutlet = _chunkHMYSPRGRjs.useOutlet; exports.useOutletContext = _chunkHMYSPRGRjs.useOutletContext; exports.useParams = _chunkHMYSPRGRjs.useParams; exports.useResolvedPath = _chunkHMYSPRGRjs.useResolvedPath; exports.useRevalidator = _chunkHMYSPRGRjs.useRevalidator; exports.useRouteError = _chunkHMYSPRGRjs.useRouteError; exports.useRouteLoaderData = _chunkHMYSPRGRjs.useRouteLoaderData; exports.useRoutes = _chunkHMYSPRGRjs.useRoutes; exports.useSearchParams = _chunk3SXVZXGIjs.useSearchParams; exports.useSubmit = _chunk3SXVZXGIjs.useSubmit; exports.useViewTransitionState = _chunk3SXVZXGIjs.useViewTransitionState;