This release adds support for several major version upgrades of dependencies, including:
- Support for
[email protected]
. - Support for
@rescript/react
.reason-react
is 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/rescript
Changed
reason-urql
is now available as@urql/rescript
. PR by @parkerziegler here.@urql/rescript
is now compatible with[email protected]
,[email protected]
, and@rescript/react
. You must upgrade to@rescript/react
fromreason-react
to use v4.0.0. PR by @parkerziegler here.- The
pollInterval
API 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 theurql
CHANGELOG.