@qzsy/vinext 0.1.83 → 0.1.84
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.
|
@@ -19,8 +19,8 @@ import "./app-page-response.js";
|
|
|
19
19
|
import { parseNextHttpErrorDigest } from "./next-error-digest.js";
|
|
20
20
|
import { matchPrerenderRouteParamsPayload, readTrustedPrerenderRouteParams, serializePrerenderRouteParamsHeader } from "./prerender-route-params.js";
|
|
21
21
|
import { getRenderedConcreteUrlPathsForRoute } from "./pregenerated-concrete-paths.js";
|
|
22
|
-
import { pickRootParams, setRootParams } from "../shims/root-params.js";
|
|
23
22
|
import { flattenErrorCauses } from "../utils/error-cause.js";
|
|
23
|
+
import { pickRootParams, setRootParams } from "../shims/root-params.js";
|
|
24
24
|
import { createServerActionNotFoundResponse, getServerActionNotFoundMessage } from "./server-action-not-found.js";
|
|
25
25
|
import { buildPageCacheTags } from "./implicit-tags.js";
|
|
26
26
|
import { buildPostMwRequestContext } from "./app-post-middleware-context.js";
|
package/dist/shims/link.js
CHANGED
|
@@ -582,7 +582,7 @@ const Link = forwardRef(function Link({ href, as, replace = false, prefetch: pre
|
|
|
582
582
|
const Router = window.next?.appDir === true ? void 0 : window.next?.router;
|
|
583
583
|
await navigatePagesRouterLinkWithFallback({
|
|
584
584
|
router: Router && "reload" in Router ? Router : void 0,
|
|
585
|
-
loadRouter: async () => (await import("
|
|
585
|
+
loadRouter: async () => (await import("./router.js")).default,
|
|
586
586
|
navigation: {
|
|
587
587
|
href: pagesHrefForLink,
|
|
588
588
|
as: pagesAsForLink,
|