effectussoftware / react-custom-roulette

Repository for the react-custom-roulette library
MIT License
322 stars 114 forks source link

Insert data with useState #19

Closed nanderLP closed 3 years ago

nanderLP commented 3 years ago

Hey, I like your Component but I have a problem. I want to add/remove possible options from the Wheel with useState. I made a little CodeSandbox to show a example. For some reason the data in the Wheel is delayed by one State Update. You can see that by watching at the List with Options (Which is just the state, iterated as a jsx list). I don't know if this is a problem how I set/update the State or if the Component isn't compatible with it. I'd appreciate any kind of help 👋🏻

luchozamora1 commented 3 years ago

Hey @nanderLP, thanks for reaching out! We just pushed a fix for this (#22). Could you update to 1.1.8 and check if it's working fine now?

nanderLP commented 3 years ago

Hey @luchozamora1, I just updated the CodeSandbox and it's working fine now. Thanks for the fix!