Skip to content

Commit

Permalink
https://github.com/zeit/next.js/pull/11236
Browse files Browse the repository at this point in the history
  • Loading branch information
António Santos committed Mar 25, 2020
1 parent b736b6f commit 9312768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/client.js
Expand Up @@ -166,7 +166,7 @@ export const withApollo = ({ ssr = false } = {}) => PageComponent => {
if (inAppContext) {
props = { ...pageProps, apolloClient };
} else {
props = { pageProps: { ...pageProps, apolloClient } };
props = { ...pageProps, apolloClient }
}

// Take the Next.js AppTree, determine which queries are needed to render,
Expand Down

1 comment on commit 9312768

@vercel
Copy link

@vercel vercel bot commented on 9312768 Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.