website icon indicating copy to clipboard operation
website copied to clipboard

[BUG] Add React error boundaries to prevent full app crashes

Open sarthakNITT opened this issue 1 month ago • 2 comments

Describe the bug.

The application does not use any React error boundaries. If any component throws a runtime error, the entire page crashes instead of showing a fallback UI.

Expected behavior

Errors should be caught by an error boundary so the app displays a friendly fallback message instead of crashing.

Screenshots

.

How to Reproduce

  1. Temporarily throw an error inside any component (e.g., throw new Error("test")).
  2. Load the page.
  3. The entire app breaks instead of showing a fallback UI.

šŸ–„ļø Device Information [optional]

  • Operating System (OS):
  • Browser:
  • Browser Version:

šŸ‘€ Have you checked for similar open issues?

  • [x] I checked and didn't find similar issue

šŸ¢ Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

sarthakNITT avatar Dec 06 '25 10:12 sarthakNITT

Hi sir, I'd like to work on this issue. If it's not already taken, please assign it to me. Thankyou

subham-cd avatar Dec 09 '25 09:12 subham-cd

Hi, I’d like to work on this issue. Please assign it to me. Thanks!

Dsp023 avatar Dec 09 '25 16:12 Dsp023