Not compatible with React 17
yannickguillemot opened this issue · 2 comments
yannickguillemot commented
I tried to install ditto-react
on my new project. It is not compatible with React 17.
Running npm i ditto-react
:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: mojo-webapp@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from ditto-react@0.0.4
npm ERR! node_modules/ditto-react
npm ERR! ditto-react@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/yannickguillemot/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/yannickguillemot/.npm/_logs/2021-10-06T16_37_53_564Z-debug.log
azjgard commented
Hey @yannickguillemot, thanks so much for reporting this! peerDependencies
is definitely incorrectly specified in our package.json
; we'll have a fix out shortly.
azjgard commented
@yannickguillemot The fix for this was included as part of release v0.2.0: https://github.com/dittowords/ditto-react/releases/tag/v0.2.0
Please feel free to re-open this issue if you still encounter any problems after installing that version! 😄