shekharramola / react-wheel-of-prizes

It is a wheel of prizes game for react developers
89 stars 58 forks source link

React 17 support #3

Closed deepslam closed 3 years ago

deepslam commented 3 years ago

Hello!

I'm trying to install it with React 17 in my package.json. But it crashes with the message:

npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0" from react-wheel-of-prizes@1.0.6

Please, fix it if you can :)

Thanks a lot!

shekharramola commented 3 years ago

Hi @deepslam ,

I am not able to reproduce this with the react 17 version. can you please tell me your exact configuration? https://codesandbox.io/s/prod-wind-d3veh?file=/src/App.js image

git-angelo commented 3 years ago

I had a similar error when my project was opened in my IDE.

After closing it and running "npm install --save react-wheel-of-prizes" again, it worked.