podcodar / voting-system

VS
voting-system-lyart.vercel.app
1 stars 0 forks source link

Create an error boundary for the App #59

Closed frattezi closed 1 month ago

frattezi commented 8 months ago

Currently if anything breaks in our app this error is demonstrated to the user, or it would break the app in a production environment.

We need to create a system that will catch errors that are thrown inside our application (our strategy must also work with server components).

This handler needs to able able to: