adamsoffer / next-apollo

React higher-order component for integrating Apollo Client with Next.js
MIT License
482 stars 64 forks source link

With Apollo works only on a few pages #104

Closed roybcr closed 3 years ago

roybcr commented 3 years ago

Following the example with TypeScript, I'm getting errors when trying to use withApollo on some pages, while its working fine on other.

What do I do wrong?

withApollo.ts

CleanShot 2021-06-30 at 15 07 26

Example for a page where it works:

CleanShot 2021-06-30 at 15 06 11

Example for a page where it doesn't work:

CleanShot 2021-06-30 at 15 00 46 CleanShot 2021-06-30 at 15 00 55