This release adds support for several major version upgrades of dependencies, including:
- Support for
[email protected]. - Support for
@rescript/react.reason-reactis no longer supported moving forward. - Support for
[email protected].
This release also includes a name change. This package will now be published under the @urql scope as @urql/rescript. To install it, run:
yarn add @urql/rescriptChanged
reason-urqlis now available as@urql/rescript. PR by @parkerziegler here.@urql/rescriptis now compatible with[email protected],[email protected], and@rescript/react. You must upgrade to@rescript/reactfromreason-reactto use v4.0.0. PR by @parkerziegler here.- The
pollIntervalAPI was removed from all hooks and Client methods, in accordance with the upstream deprecation of this API in[email protected]. PR by @parkerziegler here. More information on this deprecation can be found in theurqlCHANGELOG.