Skip to content

Commit

Permalink
Reapply "Reapply "test CI""
Browse files Browse the repository at this point in the history
This reverts commit ff6c8da.
  • Loading branch information
brillout committed Sep 12, 2024
1 parent ee305ed commit 32a30f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { hydrate } from '@tanstack/vue-query'
import type { OnBeforeRenderClientSync } from 'vike-vue/types'

const onBeforeRenderClient: OnBeforeRenderClientSync = (pageContext): ReturnType<OnBeforeRenderClientSync> => {
hydrateVueQuery(pageContext)
//hydrateVueQuery(pageContext)
}

type PageContext = Parameters<typeof onBeforeRenderClient>[0]
Expand Down

0 comments on commit 32a30f4

Please sign in to comment.