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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Nothing more frustrating than spending a day trying to drop packages into your project that are supposed to be plug and play and they don't work so you start spiraling down a list of alternatives trying anything hoping something will work, only to still be bombing out on your fourth attempt.
pdf.js:17939 Uncaught (in promise) TypeError: Cannot read property 'firstElementChild' of null
at new PDFViewer (pdf.js:17939)
at pdf.js:12985
at new Promise (<anonymous>)
at Object._initializeViewerComponents (pdf.js:12973)
at pdf.js:12884
at <anonymous>
I also am unable to figure out a solution and need to move on to another project. It's a shame, this looked like the best fit. I'm eagerly awaiting a fix for this, and I'll be switching back when that's available.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nothing more frustrating than spending a day trying to drop packages into your project that are supposed to be plug and play and they don't work so you start spiraling down a list of alternatives trying anything hoping something will work, only to still be bombing out on your fourth attempt.
Template:
<pdfjs-viewer data="ctrl.pdfData"></pdfjs-viewer>
Controller:
ctrl.pdfData = new Uint8Array(UtilitiesService.generatePdfTable(categoryColumns, results, pdfTableOptions, pdfFilename, 'data'));
Total garbage. Not sure if it is your package or pdf.js but Jesus Christ is this frustrating.
The text was updated successfully, but these errors were encountered: