Commit bdeffa6
committed
feat(web): add application error boundary to main layout
Wrap RouterProvider with ErrorBoundary component to prevent application crashes:
- Added ErrorBoundary import to main.tsx
- Configured with retry capability and development details display
- Enhanced error reporting with structured logging
- Provides graceful error recovery for unhandled component errors
Improves application stability and user experience during failures.1 parent 4fba706 commit bdeffa6
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
351 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
352 | 368 | | |
353 | 369 | | |
354 | 370 | | |
| |||
0 commit comments