adamsoffer / next-apollo

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

Add another peer dependency #57

Closed tobeycodes closed 4 years ago

adamsoffer commented 4 years ago

@schrapel Correct me if I'm wrong, but this dependency shouldn't be necessary if using apollo-boost.

tobeycodes commented 4 years ago

@adamsoffer Your example uses import { HttpLink } from 'apollo-link-http' in the README.md. My typescript/eslint check complains if I don't have this added a dependency

adamsoffer commented 4 years ago

ah gotcha. I should update the readme. It doesn't actually use apollo-link-http package anymore. Thanks for bringing to my attention.