diff --git a/example/reactSSR/src/document.ts b/example/reactSSR/src/document.ts index 19f5e756..89a61927 100644 --- a/example/reactSSR/src/document.ts +++ b/example/reactSSR/src/document.ts @@ -80,7 +80,7 @@ export default (input: { document.getElementById('root'), App(${JSON.stringify(input.serverState)}) ); - `;