dangerouslySetInnerHTML did not match error react code example
Example: dangerouslySetInnerHTML did not match error in React
//https://flaviocopes.com/react-fix-dangerouslysetinnerhtml-did-not-match/
<div
dangerouslySetInnerHTML={{
__html: '<p>test</p>'
}}></div>