randolphtellis / vue3-pdfjs

PDF Reader for Vue 3 using Mozilla's PDF.js
MIT License
92 stars 21 forks source link

Cannot read properties of null (reading 'headersReady') #20

Open userxgl opened 1 year ago

userxgl commented 1 year ago

Multi-page pdf preview exception after build. { message: "Cannot read properties of null (reading 'headersReady')", name: 'UnknownErrorException', details: "TypeError: Cannot read properties of null (reading 'headersReady')" } In the development mode is OK, Is there a problem with the build?

cleverpig commented 11 months ago

MARK