We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e324c3 commit c9b6b39Copy full SHA for c9b6b39
src/Rating/index.js
@@ -43,6 +43,7 @@ const Rating = ({
43
name={icon}
44
size={size}
45
position={i}
46
+ key={`bgstar_${i}`}
47
color={ratingBackgroundColor}
48
margin={marginBetweenRatingIcon}
49
onStarTap={onStarTap}
@@ -56,6 +57,7 @@ const Rating = ({
56
57
58
color={ratingColor}
59
60
+ key={`cstar_${i}`}
61
62
63
readonly={readonly}
0 commit comments