Skip to content

Add error boundary component for catching render errors on creator pages #424

Description

@Chucks1093

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

  • Render error on a creator page shows fallback UI instead of blank screen
  • Rest of the app (navigation, other routes) remains functional
  • Fallback includes a link back to the creator list

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions