vike 0.4.198-commit-081c85f → 0.4.198-commit-05a4973
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.
|
@@ -35,10 +35,6 @@ async function renderPageClientSide(renderArgs) {
|
|
|
35
35
|
const { previousPageContext } = globalObject;
|
|
36
36
|
addLinkPrefetchHandlers_unwatch();
|
|
37
37
|
const { isRenderOutdated, setHydrationCanBeAborted, isFirstRender } = getIsRenderOutdated();
|
|
38
|
-
// Note that pageContext.isHydration isn't equivalent to isFirstRender
|
|
39
|
-
// - Thus pageContext.isHydration isn't equivalent to !pageContext.isClientSideNavigation
|
|
40
|
-
// - `pageContext.isHydration === !isFirstRender && !isErrorPage`
|
|
41
|
-
assert(isClientSideNavigation === !isFirstRender);
|
|
42
38
|
assertNoInfiniteAbortLoop(pageContextsFromRewrite.length, redirectCount);
|
|
43
39
|
if (globalObject.clientRoutingIsDisabled) {
|
|
44
40
|
redirectHard(urlOriginal);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PROJECT_VERSION: "0.4.198-commit-
|
|
1
|
+
export declare const PROJECT_VERSION: "0.4.198-commit-05a4973";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Automatically updated by @brillout/release-me
|
|
2
|
-
export const PROJECT_VERSION = '0.4.198-commit-
|
|
2
|
+
export const PROJECT_VERSION = '0.4.198-commit-05a4973';
|