After upgrading an external library, pdfjs-dist the following error occurs:
Uncaught TypeError TypeError: attempted to get private field on non-instance
at _classExtractFieldDescriptor (…\node_modules@babel\runtime\helpers\classExtractFieldDescriptor.js:3:11)
at _classPrivateFieldGet
(…\node_modules@babel\runtime\helpers\classPrivateFieldGet.js:6:20)
at getPage
(…\pdfjs-dist\build\pdf\src\display\api.js:2927:23)
at getPage
(…\pdfjs-dist\build\pdf\src\display\api.js:782:12)
Is this a Vue issue or something within the external library?