1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update withData.js (#3458)

#3234
This commit is contained in:
Abdulhalim Kara 2017-12-18 13:27:16 +03:00 committed by Tim Neutkens
parent 67643e255a
commit 69aa647535

View file

@ -17,7 +17,7 @@ export default ComposedComponent => {
}
static async getInitialProps (ctx) {
let serverState = {}
let serverState = { apollo: {} }
// Evaluate the composed component's getInitialProps()
let composedInitialProps = {}