This product is not supported for your selected Datadog site. ().
Metadata
ID:jsx-react/no-danger-with-children
Language: JavaScript
Severity: Warning
Category: Error Prone
Description
If both children and dangerouslySetInnerHTML are set, it’s unclear which one should take precedence. React will throw a warning if both are set. This rule enforces the use of either children or dangerouslySetInnerHTML but not both.