You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/route/error-element.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ function ErrorBoundary() {
34
34
35
35
## Bubbling
36
36
37
-
When a route does not have an `errorElement`, errors will bubble up through parent routes. This let's you get as granular or general as you like.
37
+
When a route does not have an `errorElement`, errors will bubble up through parent routes. This lets you get as granular or general as you like.
38
38
39
39
Put an `errorElement` at the top of your route tree and handle nearly every error in your app in one place. Or, put them on all of your routes and allow the parts of the app that don't have errors to continue to render normally. This gives the user more options to recover from errors instead of a hard refresh and 🤞.
0 commit comments