react-pdf-viewer / starter

Some boilerplates to use React PDF viewer component
https://react-pdf-viewer.dev
26 stars 29 forks source link

Create React App starter doesn't work #33

Open justinmoon opened 3 years ago

justinmoon commented 3 years ago

image

cesarlarsson commented 2 years ago

you have to update the worker

return (
    <Worker workerUrl="https://unpkg.com/pdfjs-dist@2.10.377/build/pdf.worker.min.js">
dhruvkrstech commented 2 years ago

you have to update the worker

return (
    <Worker workerUrl="https://unpkg.com/pdfjs-dist@2.10.377/build/pdf.worker.min.js">

how to update worker version ??