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 ad9810e commit 73db318Copy full SHA for 73db318
src/server-entry.js
@@ -13,7 +13,7 @@ export default context => {
13
console.log(`data pre-fetch: ${Date.now() - s}ms`)
14
// set initial store on context
15
// the request handler will inline the state in the HTML response.
16
- context.initialState = store.state
+ context.state = store.state
17
return app
18
})
19
}
0 commit comments