embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

it seems it does not supports react 17+ versions? #121

Closed jhaji2911 closed 3 years ago

jhaji2911 commented 3 years ago

npm ERR! While resolving: image-text-detector@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.x" from react-canvas-draw@1.1.1 npm ERR! node_modules/react-canvas-draw npm ERR! react-canvas-draw@"*" from the root project npm ERR!

daiyi commented 3 years ago

Were you able to fix this? I'm running into the same issue.

Talmaj commented 3 years ago

Why did you close this? I also get this error. I installed it with --legacy-peer-deps flag to override it.