n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

Don't change star color when I selected #54

Open Wilmerj opened 6 years ago

Wilmerj commented 6 years ago

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}); }