This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
v0.2.2
This release fixes a small discrepancy in the types used by withUrqlClient
and the public API defined by our index.d.ts
file.
Fixed
- Use
NextUrqlClientConfig
in lieu ofNextUrqlClientOptions
inindex.d.ts
to match implementation ofwithUrqlClient
. PR by @kylealwyn here.