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 6a6a2bf commit 3121a73Copy full SHA for 3121a73
packages/material-ui/src/Rating/Rating.js
@@ -250,14 +250,14 @@ function RatingItem(props) {
250
251
if (readOnly) {
252
return (
253
- <span key={itemValue} {...labelProps}>
+ <span {...labelProps}>
254
{container}
255
</span>
256
);
257
}
258
259
260
- <React.Fragment key={itemValue}>
+ <React.Fragment>
261
<RatingLabel
262
styleProps={{ ...styleProps, emptyValueFocused: undefined }}
263
htmlFor={id}
0 commit comments