当我要导入htmlToText包时,我收到以下错误
import { htmlToText } from 'html-to-text';然后我得到了这个错误
./node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs
Attempted import error: 'Picker' is not exported from 'selderee'.发布于 2021-11-02 17:14:04
如果你有一个完整的React应用程序,以下是对我有效的方法。
在Axios请求的正文中将html从前端发送到后端。在API端点调用html- to -text,然后将响应发送回要使用它的前端
发布于 2022-02-09 09:24:15
在我的例子中,我的html转文本版本是7.0.0
https://stackoverflow.com/questions/69267066
复制相似问题