我想呈现我的HTML字符串包含这个{{some_toekn}}
,但我得到这个错误
对象作为react子对象无效
我得到了同样的问题,然后我用html-react-parser替换我的包,如:
import parse from 'html-react-parser';
parse(my string)