rsnext/errors/client-side-exception-occurred.md
Swarnava Sengupta a79d1efdd0
[Docs] Update react docs link (#47891)
- This PR fixed the  Documentation link of new react.dev website.
2023-04-04 11:56:03 -07:00

680 B

Client-side Exception Occurred

Why This Error Occurred

In your production application a client-side error occurred that was not caught by an error boundary. Additional information should be visible in the console tab of your browser.

Possible Ways to Fix It

Add error boundaries in your React tree to gracefully handle client-side errors and render a fallback view when they occur.