Open Suraj-Chandola opened 6 years ago
have anyone found the solution for adding hover effect?
I had the same problem and fixed it :
You can set initial state like this: tempRate: null
and use onStarHover props to set tempRate value.
So, in StarRating component set the value props like this : value={tempRating ? tempRating : rating}
.
I hope solve your problem.
Please add hover effect on stars