Skip to content

feat: add ErrorBoundary component to prevent React tree unmount on errors #719

@tmdeveloper007

Description

@tmdeveloper007

Issue Description

The App component and AppLayout in Frontend/src/App.jsx have no error boundary wrapper. If any component throws during render, the entire React tree will unmount without recovery.

Expected Fix

Create an ErrorBoundary component and wrap AppLayout and/or the routes within App.

Files to Modify

  • Frontend/src/App.jsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions