apollographql / apollo-client-nextjs

Apollo Client support for the Next.js App Router
https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support
MIT License
358 stars 25 forks source link

Make it clear that this doesn't need `ssrMode` #282

Open phryneas opened 3 weeks ago

phryneas commented 3 weeks ago

The package should warn on every use of ssrMode, ssrForceFetchDelay, ssr and similar options, and overwrite all of them with false.