Git Product home page Git Product logo

Comments (11)

mgasner avatar mgasner commented on June 7, 2024 4

Not an issue with [email protected]

from react-pdf-js.

pkspyder007 avatar pkspyder007 commented on June 7, 2024 1

This is happening because yarn only supports array syntax for bundleDependencies but which is set to true here

You can switch to npm for a quick fix

from react-pdf-js.

peironggg avatar peironggg commented on June 7, 2024

Hey jimbiscuit, I faced the same issue! Did you manage to resolve it with version 6.1.1?

from react-pdf-js.

lopezhansel avatar lopezhansel commented on June 7, 2024

I'm facing a similar error. Specifically, when installing @mikecousins/react-pdf version 6 through yarn.

This is the error I see in yarn:

error An unexpected error occurred: "_iterator3[Symbol.iterator] is not a function".

These yarn installations fail when installing:

yarn add @mikecousins/[email protected]
yarn add @mikecousins/[email protected]
yarn add @mikecousins/[email protected]

These yarn and npm installations succeed when installing:

yarn add @mikecousins/[email protected]
npm install @mikecousins/[email protected]
npm install @mikecousins/[email protected]
npm install @mikecousins/[email protected]

Here is info from the yarn-error.log:

Yarn version: 
  1.22.19

Node version: 
  16.17.0

Trace: 
  TypeError: _iterator3[Symbol.iterator] is not a function
      at /Users/developer/.yarn/releases/yarn-1.22.19.cjs:49042:168
      at Generator.next (<anonymous>)
      at step (/Users/developer/.yarn/releases/yarn-1.22.19.cjs:310:30)
      at /Users/developer/.yarn/releases/yarn-1.22.19.cjs:328:14
      at new Promise (<anonymous>)
      at new F (/Users/developer/.yarn/releases/yarn-1.22.19.cjs:25830:28)
      at /Users/developer/.yarn/releases/yarn-1.22.19.cjs:307:12
      at PackageLinker.linkBinDependencies (/Users/developer/.yarn/releases/yarn-1.22.19.cjs:49104:7)
      at /Users/developer/.yarn/releases/yarn-1.22.19.cjs:49638:28
      at Generator.next (<anonymous>)

from react-pdf-js.

jimbiscuit avatar jimbiscuit commented on June 7, 2024

I forget to mention that I use yarn
@peironggg I have the problem with 6.1.1 and 6.1.0

from react-pdf-js.

cayman1066 avatar cayman1066 commented on June 7, 2024

@jimbiscuit I just ran up against the same issue. Did you ever find a resolution to the problem?

from react-pdf-js.

jimbiscuit avatar jimbiscuit commented on June 7, 2024

@cayman1066 not yet, the pdf viewer integration in my project is currently pending for the moment

from react-pdf-js.

MKorostoff avatar MKorostoff commented on June 7, 2024

same issue here installing with yarn, solved by downgrading to 5.5.1

from react-pdf-js.

MKorostoff avatar MKorostoff commented on June 7, 2024

To solve this at the package level, I think you could change replace bundleDependencies: true with:

bundleDependencies: [
    "pdfjs-dist",
    "react",
    "react-dom"
]

Not sure if it matters that these are peerDependencies.

from react-pdf-js.

MKorostoff avatar MKorostoff commented on June 7, 2024

update: actually, downgrading to 5.5.1 allows the package to install, but then throws as error at build time to the effect of "cannot use require() switch to a dynamic import." So, from what I can tell, it's simply not possible currently to use this package with yarn. to solve for this, I simply copied the main application logic into my codebase.

from react-pdf-js.

mikecousins avatar mikecousins commented on June 7, 2024

I'm hoping this is fixed now. I did a bunch of work updating to latest and linting the package types: https://publint.dev/@mikecousins/react-pdf. Let me know if it's still not playing well with people's setups but it should work properly now in CommonJS or ESM setups.

from react-pdf-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.