React: Raw HTML tag in content

前端 未结 2 1890
北海茫月
北海茫月 2021-01-22 14:19

I am working on a React app. There is some dynamic content which contents HTML tags. When I am showing that content on the page, it\'s showing with raw HTML tag.

For say

2条回答
  •  走了就别回头了
    2021-01-22 15:19

    yarn add raw-html-react
    

    or

    npm install raw-html-react
    
    import ReactHtml from 'raw-html-react';
    
    const html = `
    `; return ;

提交回复
热议问题