背景
react@17 安装 html-react-parser
npm install html-react-parser
运行终端报错信息
ERROR in ./node_modules/html-react-parser/esm/index.mjs 2:0-122
Can't reexport the named export 'htmlToDOM' from non EcmaScript module (only default export is available)
原因
版本不匹配
react@17 安装 html-react-parser@3.0.9 亲测匹配
参考:https://github.com/peternewnham/react-html-parser/issues/84