import @react-pdf-viewer/core in meteor js 2.2 cause a problem

291 Views Asked by At
2

There are 2 best solutions below

0
On BEST ANSWER

Thanks, guys the problem was caused by a conflict with library es6-symbols

0
On

you can use a worker like this.

<Worker workerUrl="https://unpkg.com/[email protected]/build/pdf.worker.min.js">
  <Viewer fileUrl={url} />
</Worker>