You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm integrate this library into my proyect but when I select one star don't change of color.
my code <ReactStars count={5} onChange={ratingChangedServicio} size={34} color1={'#eee'} color2={'#ffe900'} />
I'm integrate this library into my proyect but when I select one star don't change of color.
my code
<ReactStars count={5} onChange={ratingChangedServicio} size={34} color1={'#eee'} color2={'#ffe900'} />
method ratingChangedServicio
const ratingChangedServicio = (newRating) => { this.setState({servicio : newRating}); }
The text was updated successfully, but these errors were encountered: