You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you open the <DocumentViewBox>, and the backend decides to misbehave and not return documents. We have already handled the case where we cannot load the documentMetas#712. But what if we have already loaded the documentMetas and then the backend fails? Well, then we are presented with a blank doc viewer. We should put some kind of error message there.
To reproduce:
Run the frontend and backend
In sandbox, click "view documents" to open the document vieweer
shut down the backend
try loading up the next document
You might need to get into the guts of the library component <DocViewer> from '@cyntler/react-doc-viewer'
The text was updated successfully, but these errors were encountered:
Suppose you open the
<DocumentViewBox>
, and the backend decides to misbehave and not return documents. We have already handled the case where we cannot load thedocumentMetas
#712. But what if we have already loaded thedocumentMetas
and then the backend fails? Well, then we are presented with a blank doc viewer. We should put some kind of error message there.To reproduce:
You might need to get into the guts of the library component
<DocViewer>
from '@cyntler/react-doc-viewer'The text was updated successfully, but these errors were encountered: