The documentation suggests using error boundary to catch rendering or data fetching errors. However, in development, this triggers the "react-error-overlay" due to unhandled runtime error.
Please click on the CodeSandbox link to see the react-error-overlay.
The text was updated successfully, but these errors were encountered:
Documentation URL:
https://reactjs.org/docs/concurrent-mode-suspense.html#handling-errors
CodeSandbox URL:
https://codesandbox.io/s/adoring-goodall-8wbn7
The documentation suggests using error boundary to catch rendering or data fetching errors. However, in development, this triggers the "react-error-overlay" due to unhandled runtime error.
Please click on the CodeSandbox link to see the react-error-overlay.
The text was updated successfully, but these errors were encountered: