Summary
If a creator page throws a render error the entire app crashes to a blank screen. A React error boundary scoped to creator pages catches these errors and shows a fallback UI instead, keeping the rest of the app functional.
Scope
- Add a
CreatorPageErrorBoundary component wrapping creator detail routes
- Fallback UI shows a short message and a link back to the creator list
- Log the error to console in development
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
If a creator page throws a render error the entire app crashes to a blank screen. A React error boundary scoped to creator pages catches these errors and shows a fallback UI instead, keeping the rest of the app functional.
Scope
CreatorPageErrorBoundarycomponent wrapping creator detail routesAcceptance Criteria
ETA: 12 hours
Coordinate on Telegram