This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Peer dependency requirements of upstream library prevents install of this library with React 17 without use of --force #418
Labels
bug
Something isn't working
react-medium-image-zoom
requires the use of React 16 (link)To Reproduce
Steps to reproduce the behavior:
(from the command line)
npx create-react-app myapp && cd myapp
npm i rich-markdown-editor@latest
Expected behavior
It installs
Actual behavior
It doesn't install unless developer includes
--force
flag on all installs.Version
latest
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: