yarn react-query 3.23.0
v3.23.0

latest releases: 3.39.3, 4.0.0, 3.39.2...
3 years ago

3.23.0 (2021-09-08)

Features

  • Allow handling some errors locally while using error boundaries (#2619) (ee7ca0b)

Please note that prior to this release, if you've set useErrorBoundary: false and suspense: true, you would still get all errors in an ErrorBoundary, because suspense would always throw errors to ErrorBoundaries.

This was fixed with #2619, and the useErrorBoundary flag is now also respected if suspense is enabled.

Don't miss a new react-query release

NewReleases is sending notifications on new releases.