We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following reports an error on the no-danger-with-children rule:
no-danger-with-children
<div dangerouslySetInnerHTML={'<span>stuff</span>'}> </div>
I would expect if there is a newline between the opening and closing tag that the rule would not complain.