Before today, everything still fine. The Dropbox embedder suddenly gives the following the errors in the browser console, no PDF file is rendered:
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=%5Bobject%20HTMLDivElement%5D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at qt (pkg-react.min-vfl8RSs1W.js:1:29873)
at p (pkg-react.min-vfl8RSs1W.js:1:31522)
at y (pkg-react.min-vfl8RSs1W.js:1:32629)
at pkg-react.min-vfl8RSs1W.js:1:34654
at zn (pkg-react.min-vfl8RSs1W.js:1:41068)
at yc (pkg-react.min-vfl8RSs1W.js:1:110473)
at xr (pkg-react.min-vfl8RSs1W.js:1:62111)
at kr (pkg-react.min-vfl8RSs1W.js:1:62036)
at pr (pkg-react.min-vfl8RSs1W.js:1:59376)
at hc (pkg-react.min-vfl8RSs1W.js:1:108988)
For full errors, please visit this page and inspect the console errors. Below is the extract code just to show how I embed the PDF file stored in Dropbox:
<a id="pdfContainer" href="https://www.dropbox.com/s/duau5yelsz7kx0s/using-dropbox-with-cloudworms.pdf?dl=0" class="dropbox-embed" data-height="100vh" data-download="https://www.dropbox.com/s/duau5yelsz7kx0s/using-dropbox-with-cloudworms.pdf?dl=1"></a>
<script defer type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="h5a1mgbx1cyrryo"></script>
May I know what happen or is there any change of implementation that I should follow in order to fix the above errors? Thanks in advance!
Antonio