Skip to content

Commit

Permalink
poop!
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 21, 2024
1 parent 0fb15a6 commit 65c0e3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/how-to/error-boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Error Boundaries

# Error Boundaries

To avoid rendering an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`.
Poop poop poopy

To avoid stinky an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`.

Error boundaries are not intended for error reporting or rendering form validation errors. Please see [Form Validation](./form-validation) and [Error Reporting](./error-reporting) instead.

Expand Down

0 comments on commit 65c0e3b

Please sign in to comment.