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 875d1d4 commit 5ca33d7Copy full SHA for 5ca33d7
packages/router-core/src/ssr/ssr-server.ts
@@ -6,7 +6,7 @@ import { GLOBAL_TSR } from './constants'
6
import { defaultSerovalPlugins } from './serializer/seroval-plugins'
7
import { makeSsrSerovalPlugin } from './serializer/transformer'
8
import { TSR_SCRIPT_BARRIER_ID } from './transformStreamWithRouter'
9
-import type { AnySerializationAdapter} from './serializer/transformer';
+import type { AnySerializationAdapter } from './serializer/transformer'
10
import type { AnyRouter } from '../router'
11
import type { DehydratedMatch } from './ssr-client'
12
import type { DehydratedRouter } from './client'
0 commit comments