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
When using the @tato30/vue-pdf package with pdfjs-dist version 4.6.82, the PDF fails to load properly. This issue occurs when performing a clean install of dependencies, which results in pdfjs-dist version 4.6.82 being installed due to the version range specified in @tato30/vue-pdf’s package.json. Downgrading to pdfjs-dist version 4.5.136 resolves the issue.
This issue seems to be related to changes introduced in pdfjs-dist 4.6.82.
I recommend that the package pin the pdfjs-dist version instead of using a version range to prevent similar issues in the future.
I can also confirm the error, which has also been occurring for me since yesterday.
If I go back to pdfdist-js 4.5.13, the error no longer occurs.
I had doubts about myself and spent a long time looking for the cause of the error elsewhere, but in the end it was as simple as that. Thanks samiashi for reporting it.
When using the @tato30/vue-pdf package with pdfjs-dist version 4.6.82, the PDF fails to load properly. This issue occurs when performing a clean install of dependencies, which results in pdfjs-dist version 4.6.82 being installed due to the version range specified in @tato30/vue-pdf’s package.json. Downgrading to pdfjs-dist version 4.5.136 resolves the issue.
This issue seems to be related to changes introduced in pdfjs-dist 4.6.82.
I recommend that the package pin the pdfjs-dist version instead of using a version range to prevent similar issues in the future.
vue-pdf/packages/vue-pdf/package.json
Line 50 in a188d79
Additional context
The text was updated successfully, but these errors were encountered: