Open bluefire2121 opened 8 months ago
The documentation still references CatchBoundary as an method to handle errors. CatchBoundary is a Remix v1 feature. Remix v2 uses the ErrorBoundary for both 400 and 500 errors. Can the documentation be updated?
Docs
Read Error section of docs.
ErrorBoundary is the correct method in Remix v2.
No response
Describe the bug
The documentation still references CatchBoundary as an method to handle errors. CatchBoundary is a Remix v1 feature. Remix v2 uses the ErrorBoundary for both 400 and 500 errors. Can the documentation be updated?
Your Example Website or App
Docs
Steps to Reproduce the Bug or Issue
Read Error section of docs.
Expected behavior
ErrorBoundary is the correct method in Remix v2.
Screenshots or Videos
No response
Platform
Additional context
No response