We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42751c0 commit 18e6bd6Copy full SHA for 18e6bd6
exercises/07.error-handling/05.problem.not-found/README.mdx
@@ -69,9 +69,9 @@ export function ErrorBoundary() {
69
}
70
```
71
72
-Finally, you'll want to 🐨 export a default export so Remix treats this route as
73
-a regular page (otherwise it'll be treated as a
74
-[Resource Route](https://remix.run/docs/en/main/guides/resource-routes)):
+Finally, we'll want to 🐨 export a default export just in case the loader is
+changed or fails in some way, we'll still be able to display some error to the
+user:
75
76
```tsx
77
// ...
0 commit comments