react-wheel-of-prizes
react-wheel-of-prizes copied to clipboard
Dependancies prevent use on react 17 or 18
Currently the dependency only allows use of react 16. React 17 and 18 are both out as of now.
Just ran into this error myself. Is this something simple to do? I would like to help the dev update. LMK @shekharramola
@shekharramola @f4hy @SebTheRed I've converted this project locally into modern typescript usable with React 18 (and have fixed a couple of small bugs on the way), I can make a PR to merge those changes into this project if there's still demand
@RyanMan56 , Yes, please. that could help many people here.
@RyanMan56 HI, you can send a pull request ? You're just gonna save my life.
@RyanMan56 HI, you can send a pull request ? You're just gonna save my life.
Good timing, you've caught me on my week off :) I'll raise the PR within the next couple of hours
@doubledeckwa I've tried running the latest master branch of this repo in a fresh Vite project running on React v18.2.0 and it seems to work fine now. And the other issues I mentioned have already been tackled.
But I have raised a PR adding TypeScript support and optional fontSize
and outlineWidth
props: https://github.com/shekharramola/react-wheel-of-prizes/pull/30
@shekharramola Please review when you get a chance
@RyanMan56 I am facing issue in running this package with react ^18.2.0.
can you please how you ran it in your local machine with master branch. I tried to install it directly using npm i react-wheel-of-prizes
I tried using following commands
npm i https://github.com/shekharramola/react-wheel-of-prizes#master
npm i git+https://github.com/shekharramola/react-wheel-of-prizes.git#master