react use dangerouslySetInnerHTML to render json with html tags

前端 未结 3 1149
醉话见心
醉话见心 2021-01-19 03:16

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          


        
3条回答
  •  长情又很酷
    2021-01-19 03:46

    Remove the enclosing tag of your div element in your component so that it looks like the following code:

  • According to this, it should remove the warning.

提交回复
热议问题