react use dangerouslySetInnerHTML to render json with html tags

前端 未结 3 1101
醉话见心
醉话见心 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:43

    Add inline comment on top of dangerouslySetInnerHTML and inside div element if you use ESLint

提交回复
热议问题