Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 9, 2024
1 parent 5b4fe39 commit bd49cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vike/client/client-routing-runtime/renderPageClientSide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ async function renderPageClientSide(renderArgs: RenderArgs): Promise<void> {
isBackwardNavigation,
isClientSideNavigation,
isHydration: isFirstRender && !isForErrorPage,
// Make it public as `pageContext.previous`? Maybe after https://github.com/vikejs/vike/issues/1268
_previousPageContext: previousPageContext,
...pageContextInitClient
})
Expand Down

0 comments on commit bd49cc6

Please sign in to comment.