Skip to content

Commit c6183ad

Browse files
ci: apply automated fixes
1 parent efe6e5f commit c6183ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/start/framework/react/guide/error-boundaries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const Route = createFileRoute('/posts/$postId')({
4747
```
4848

4949
Notes:
50+
5051
- `ErrorComponent` is a simple built-in UI you can replace.
5152
- Call `reset()` to retry rendering the route after fixing state.
5253
- Use `beforeLoad`/`loader` to throw errors that will be caught.

docs/start/framework/solid/guide/error-boundaries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const Route = createFileRoute('/posts/$postId')({
4646
```
4747

4848
Notes:
49+
4950
- `ErrorComponent` is a simple built-in UI you can replace.
5051
- Call `reset()` to retry rendering the route after fixing state.
5152
- Use `beforeLoad`/`loader` to throw errors that will be caught.

0 commit comments

Comments
 (0)