Frontend Development
Getting error when displaying a PDF file using React-pdf OR @React-pdf-viewer/core
I tried to display a PDF file on website with react-pdf and react-pdf-viwer, but all failed. The error showed in console is: SyntaxError: expected expression, got ‘<‘ This is caused by pdf.worker.js in pdfjs-dist, which is the dependency of the both two packages. For React-pdf, you can eject by yourself Read more…