Severity: AnalysisErrorSeverity.WARNING
Maturity: stable
Since 1.0.0
PREFER to use a value for props.key
that is guaranteed to be unique.
The toString()
value of an object will be the same for all instances.
Try using other information, such as a unique ID field on the object or an index, to construct the key instead.