Skip to content

refactor: implement Error Boundaries for resilience for #831#858

Open
basantnema31 wants to merge 1 commit into
SdSarthak:mainfrom
basantnema31:fix-issue-831
Open

refactor: implement Error Boundaries for resilience for #831#858
basantnema31 wants to merge 1 commit into
SdSarthak:mainfrom
basantnema31:fix-issue-831

Conversation

@basantnema31
Copy link
Copy Markdown

Resolves #831.

Copy link
Copy Markdown
Owner

@SdSarthak SdSarthak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ErrorBoundary class is a valid React class component, but it's not wired into the application anywhere — nothing imports or uses it. An error boundary only works when it wraps components in the tree.

Please add it to at least one meaningful location in the app (e.g., wrap the main <Outlet /> in Layout.tsx, or wrap specific pages prone to errors like RagChat or Classification). The component itself is fine — it just needs to actually be used.

@SdSarthak SdSarthak added gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:feature New feature labels May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] Modularize Large Files and Implement Error Boundaries for Resilience

2 participants