Open Gonzagv opened 3 years ago
If for any reason the pdf reader cannot read a file is there any way to handle the error preventing it to crash the app?
Hi Gonzagv, I don't use this library for now. But you can always add an error boundary around this component to limit the crash of the App to a specific area: https://reactjs.org/docs/error-boundaries.html
If for any reason the pdf reader cannot read a file is there any way to handle the error preventing it to crash the app?