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 efe6e5f commit c6183adCopy full SHA for c6183ad
docs/start/framework/react/guide/error-boundaries.md
@@ -47,6 +47,7 @@ export const Route = createFileRoute('/posts/$postId')({
47
```
48
49
Notes:
50
+
51
- `ErrorComponent` is a simple built-in UI you can replace.
52
- Call `reset()` to retry rendering the route after fixing state.
53
- Use `beforeLoad`/`loader` to throw errors that will be caught.
docs/start/framework/solid/guide/error-boundaries.md
@@ -46,6 +46,7 @@ export const Route = createFileRoute('/posts/$postId')({
46
0 commit comments