The following reports an error on the `no-danger-with-children` rule: ```jsx <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.