reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
10.86k stars 7.45k forks source link

[Bug]: Error Boundaries Caveats are not added in the new docs #6991

Open robertwt7 opened 5 days ago

robertwt7 commented 5 days ago

Summary

In the previous docs, error boundaries caveats are clearly defined. In the new one however, it's not.

If we want to direct all new react eng to the new docs we should be adding this details to the new one as well

Error boundaries do not catch errors for: Event handlers (learn more) Asynchronous code (e.g. setTimeout or requestAnimationFrame callbacks) Server side rendering Errors thrown in the error boundary itself (rather than its children)

Page

https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary

Details

No response