Open jlizanab opened 3 months ago
If we specify 7 stars using the "iconsCount" parameter, it behaves as if we had defined only 5 stars.
The temporary solution has been:
<Rating iconsCount={7} onClick={(rating, index) => handleRating(index+1)} />
If we specify 7 stars using the "iconsCount" parameter, it behaves as if we had defined only 5 stars.