@rpcbase/client 0.416.0 → 0.418.0

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/index.js CHANGED
@@ -6,8 +6,8 @@ import { getNavigationGuards, createRoutesFromElements, createBrowserRouter, Rou
6
6
  import { hydrateRoot } from "react-dom/client";
7
7
  import { r as reportClientException } from "./errorReporting-CVoUUKxW.js";
8
8
  import { s } from "./errorReporting-CVoUUKxW.js";
9
- import { h as hydrateRtsFromWindow, u as useQuery } from "./useQuery-NQNva6kg.js";
10
- import { R, S, c as c2, a, p, b, d, e } from "./useQuery-NQNva6kg.js";
9
+ import { h as hydrateRtsFromWindow, u as useQuery } from "./useQuery-CPx0Im8Z.js";
10
+ import { R, S, c as c2, a, p, b, d, e } from "./useQuery-CPx0Im8Z.js";
11
11
  import { r as requireToString, g as getDefaultExportFromCjs, t as throttle$1 } from "./throttle-CXOc9Dto.js";
12
12
  const emptyUnsubscribe = () => {
13
13
  };
@@ -769,7 +769,7 @@ const SsrErrorFallback = (t0) => {
769
769
  return t10;
770
770
  };
771
771
  const isProduction = env.MODE === "production";
772
- const LOADER_TIMEOUT_MS = 8e3;
772
+ const LOADER_TIMEOUT_MS = 1e4;
773
773
  const HYDRATION_IDENTIFIER_PREFIX = "rb-";
774
774
  const IMMUTABLE_LAZY_ROUTE_KEYS = /* @__PURE__ */ new Set(["lazy", "caseSensitive", "path", "id", "index", "children"]);
775
775
  const showErrorOverlay = (err) => {