awran5 / react-simple-star-rating

A simple react component for adding a star rating to your project.
https://react-simple-star-rating.vercel.app/
MIT License
136 stars 32 forks source link

7 star error #57

Open jlizanab opened 3 months ago

jlizanab commented 3 months ago

If we specify 7 stars using the "iconsCount" parameter, it behaves as if we had defined only 5 stars.

jlizanab commented 3 months ago

The temporary solution has been:

<Rating iconsCount={7} onClick={(rating, index) => handleRating(index+1)} />