We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8e105 commit 8bb8921Copy full SHA for 8bb8921
1 file changed
packages/start-client-core/src/client/hydrateStart.ts
@@ -1,10 +1,12 @@
1
import { hydrate } from '@tanstack/router-core/ssr/client'
2
3
+// eslint-disable-next-line import/no-duplicates
4
+import { startInstance } from '#tanstack-start-entry'
5
6
+import { getRouter } from '#tanstack-router-entry'
7
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
8
import type { AnyStartInstanceOptions } from '../createStart'
9
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
-import { startInstance } from '#tanstack-start-entry'
-import { getRouter } from '#tanstack-router-entry'
10
11
export async function hydrateStart(): Promise<AnyRouter> {
12
const router = await getRouter()
0 commit comments