123wwwa
Results
3
comments of
123wwwa
I have same issue using pdfjs-dist
I solved error by using import { pdfjs } from "react-pdf" pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.js` instead of import * as pdfjs from 'pdfjs-dist'