FormidableLabs / next-urql

Convenience utilities for using urql with NextJS.
MIT License
56 stars 7 forks source link

Update withUrqlClient typings to reference new NextUrqlClientConfig type #8

Closed kylealwyn closed 4 years ago

kylealwyn commented 4 years ago

Most recent changes look great but TS is now complaining given it's not using the updated type: https://github.com/FormidableLabs/next-urql/pull/7/files#diff-b52768974e6bc0faccb7d4b75b162c99R26

parkerziegler commented 4 years ago

Released in v0.2.2. Thanks again so much for contributing!