mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
67643e255a
commit
69aa647535
|
@ -17,7 +17,7 @@ export default ComposedComponent => {
|
|||
}
|
||||
|
||||
static async getInitialProps (ctx) {
|
||||
let serverState = {}
|
||||
let serverState = { apollo: {} }
|
||||
|
||||
// Evaluate the composed component's getInitialProps()
|
||||
let composedInitialProps = {}
|
||||
|
|
Loading…
Reference in a new issue