I am trying to render a json list with html tags in the string in a list as follows jsbin. It works in Jsbin. But in my console I got warning below:
warning
Remove the enclosing tag of your div element in your component so that it looks like the following code:
div
According to this, it should remove the warning.