mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-22 23:14:33 +00:00
A render error in any section previously white-screened the whole app (no boundary). Wrap the section content in an ErrorBoundary keyed by section: the error message + component stack render in a card, the sidebar stays usable, and navigating away recovers. Logs to the console for diagnosis. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| hooks | ||
| lib | ||
| sections | ||
| styles | ||
| test | ||
| App.test.tsx | ||
| App.tsx | ||
| index.html | ||
| main.tsx | ||
| vite-env.d.ts | ||