Skip to content

Commit 18e6bd6

Browse files
committed
improve instructions
Closes #61
1 parent 42751c0 commit 18e6bd6

File tree

1 file changed

+3
-3
lines changed
  • exercises/07.error-handling/05.problem.not-found

1 file changed

+3
-3
lines changed

exercises/07.error-handling/05.problem.not-found/README.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export function ErrorBoundary() {
6969
}
7070
```
7171

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)):
72+
Finally, we'll want to 🐨 export a default export just in case the loader is
73+
changed or fails in some way, we'll still be able to display some error to the
74+
user:
7575

7676
```tsx
7777
// ...

0 commit comments

Comments
 (0)