github TanStack/query v3.23.0

latest releases: v5.58.1, v5.58.0, v5.57.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 query release

NewReleases is sending notifications on new releases.