Alcumus/react-doc-viewer

Incompatiable with npm ^7.0.0

Opened this issue · 3 comments

I received this error when trying to add this to my project

Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:

  1. You might have mismatching versions of React and the renderer (such as React DOM)
  2. You might be breaking the Rules of Hooks
  3. You might have more than one copy of React in the same app
    See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.

Screenshot 2021-10-05 at 9 46 42 PM

I am using:
npm: 7.23.0
node: v16.8.0

Will there be any upgrades in the future?

Install the package using yarn
yarn add react-doc-viewer

Does anyone know how to overcome this?

I am experiencing the same issue. It seems that there are some dependencies issues with newer react-dom versions.