diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-11 13:21:14 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-11 13:21:14 -0400 |
| commit | d88e20901e8fca1ff94a1f80f7a9e0ac3481c8e8 (patch) | |
| tree | 5bcdf3b3a676a8178e9641debfb56e8fb5350683 /frontend/lib | |
| parent | da59ab74f56c677f07765135d68fa7239f4569e0 (diff) | |
app
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/withData.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); |
