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 a bool
or Null
object has a high chance of colliding with other keys.
Try using other information, such as a unique ID field on the object or an index, to construct the key instead.