Commit 9f5438f
authored
fix: add an error boundary for each section (#176)
This is a guardrail to keep a bad section from crashing the whole app.
It's a bit of a hack until I can figure out what's going on with
#174
I intentionally broke that section to check how it worked, this is what
it looks like:
<img width="821" height="341" alt="image"
src="https://github.com/user-attachments/assets/1ecaf662-de94-4eff-b5e5-7fbe7a549266"
/>
## Checklist
- [x] Code is formatted (`yarn format`)
- [x] Code is linted (`yarn lint`)
- [x] Code builds (`yarn build`)
- [x] Tests pass (`yarn test`)
- [x] Commit messages and/or this PR's title are formatted per
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)1 parent de5e862 commit 9f5438f
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments