This product is not supported for your selected Datadog site. ().
Metadata
ID:jsx-react/jsx-key
Language: JavaScript
Severity: Error
Category: Error Prone
Description
In JSX you need to specify a key prop for each item of a list because if it’s missing it could lead to unexpected renders or stale UI. This rule checks for possible JSX lists and warns if the key prop is missing.