Azordev / frontend-template

https://azordev-frontend-template.onrender.com
Apache License 2.0
0 stars 0 forks source link

Add ErrorBoundary component #2

Closed samuel-vergara-leon closed 2 years ago

samuel-vergara-leon commented 2 years ago

Graceful error handling is an essential part of well-designed software. We should handle render-time errors. A sandbox component where sections with possible bugs will be isolated, in order to catch and log the error, and try to handle it.

Checklist

References

heliomar-pena commented 2 years ago

@Israel-Laguan this error boundary component is already created, isn´t it?

Israel-Laguan commented 2 years ago

@Israel-Laguan this error boundary component is already created, isn´t it?

Yes, I already added, the only thing left is to connect to LogError function

heliomar-pena commented 2 years ago

Ok! Let's do it in another issue