over_react_object_to_string_as_key

Severity: AnalysisErrorSeverity.WARNING

Maturity: stable

Since 1.0.0

View the Project on GitHub workiva/over_react

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.