3.23.0 (2021-09-08)
Features
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.