From 69aa6475357e5af091413abcb7bb7a735bbf9edf Mon Sep 17 00:00:00 2001 From: Abdulhalim Kara Date: Mon, 18 Dec 2017 13:27:16 +0300 Subject: [PATCH] Update withData.js (#3458) #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 10954497..984c8a2c 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 = {}