sergiodxa / remix-auth

Simple Authentication for Remix
https://sergiodxa.github.io/remix-auth/
MIT License
2k stars 110 forks source link

Documentation still references CatchBoundary #270

Open bluefire2121 opened 8 months ago

bluefire2121 commented 8 months ago

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