Skip to content

Commit

Permalink
Update withData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalimkara authored Dec 15, 2017
1 parent 67643e2 commit 6308695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-apollo/lib/withData.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default ComposedComponent => {
}

static async getInitialProps (ctx) {
let serverState = {}
let serverState = { apollo: {} }

// Evaluate the composed component's getInitialProps()
let composedInitialProps = {}
Expand Down

0 comments on commit 6308695

Please sign in to comment.