We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encountered error when adding the PDFViewer in my custom component. Below is the error that I encountered:
_\node_modules\pdfjs-dist\build\pdf.js: Missing class properties transform. 3746 | #isInEditMode = false; 3747 | #zIndex = AnnotationEditor._zIndex++;
3748 | static _colorManager = new _tools.ColorManager(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3749 | static zIndex = 1; 3750 | 3751 | constructor(parameters) {
The text was updated successfully, but these errors were encountered:
ansu5555
No branches or pull requests
I encountered error when adding the PDFViewer in my custom component. Below is the error that I encountered:
_\node_modules\pdfjs-dist\build\pdf.js: Missing class properties transform.
3746 | #isInEditMode = false;
3747 | #zIndex = AnnotationEditor._zIndex++;
The text was updated successfully, but these errors were encountered: