This release adds support for several major version upgrades of dependencies, including:
- Support for
urql@2.0.0. - Support for
@rescript/react.reason-reactis no longer supported moving forward. - Support for
bs-platform@9.0.0.
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 withurql@2.0.0,bs-platform@9.0.0, 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 inurql@2.0.0. PR by @parkerziegler here. More information on this deprecation can be found in theurqlCHANGELOG.