This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
v0.2.1
This release fixes a regression introduced in 0.2.0 involving circular structures created bt withUrqlClient
's getInitialProps
method.
Fixed
- Amend circular structure in
withUrqlClient
caused by returningctx
ingetInitialProps
. PR by @parkerziegler here. - Fix dependency resolution issues in the
example
project. Updateexample
documentation. PR by @parkerziegler here.