'import @react-pdf-viewer/core in meteor js 2.2 cause a problem
import {Worker ,Viewer} from @react-pdf-viewer/core; enter image description here
Solution 1:[1]
Thanks, guys the problem was caused by a conflict with library es6-symbols
Solution 2:[2]
you can use a worker like this.
<Worker workerUrl="https://unpkg.com/[email protected]/build/pdf.worker.min.js">
<Viewer fileUrl={url} />
</Worker>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | blossom-babs |
Solution 2 | vineet sharma |