Skip to content

CE-2043: fix warning html nested inside div

Christina Jenks requested to merge CE-2043-html-warnings into develop

On the ioc details and the host details pages (where the LokiPanel is used) you would see warnings like validateDOMNesting(...): <div> cannot appear as a child of <html>. This was in-fact not caused by sending ... text into the Console component (dangerouslySetInnerHtml), but was actually caused by literally using the html tag in jsx... 🤦

Closes CE-2043

Merge request reports