You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/)
0 commit comments