over_react_unknown_key_type

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 a dynamic/Object object may not be unique.

Try using more specific typing, or using other information to construct the key.