Skip to content

Implement Route Error Boundary #605

Description

@shivanshiv

The App.tsx currently has no error handling for routes or components that fail to render.

Create a simple Error Boundary component that catches errors and displays a user-friendly fallback page.

Also add a "Not Found" (404) route in the Router's Switch statement. This improves user experience when something breaks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions