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 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}.
Please add hover effect on stars
The text was updated successfully, but these errors were encountered: