From 6308695fd092a9f89c364ead831b28146af6cb8c Mon Sep 17 00:00:00 2001 From: Abdulhalim Kara Date: Fri, 15 Dec 2017 12:24:07 +0300 Subject: [PATCH] Update withData.js #3234 --- examples/with-apollo/lib/withData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo/lib/withData.js b/examples/with-apollo/lib/withData.js index 10954497d57fe..984c8a2cb64dd 100644 --- a/examples/with-apollo/lib/withData.js +++ b/examples/with-apollo/lib/withData.js @@ -17,7 +17,7 @@ export default ComposedComponent => { } static async getInitialProps (ctx) { - let serverState = {} + let serverState = { apollo: {} } // Evaluate the composed component's getInitialProps() let composedInitialProps = {}