From d88e20901e8fca1ff94a1f80f7a9e0ac3481c8e8 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 May 2018 13:21:14 -0400 Subject: app --- frontend/lib/withData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib/withData.js') diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index 3210cf6..e1795c1 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -36,4 +36,4 @@ const client = new ApolloClient({ // TODO don't export client for page.js export { client }; -export default withApollo({ client }); +export default withApollo({ client, getInitialProps: true }); -- cgit v1.3