lightShowers
lightShowers
小姐姐,真棒👍。
还有这个 UNSAFE_componentWillMount。
兼容3.0了吗
> 我也出现了这个问题,请问如何处理该报错? taro-f2 不兼容了吧,你还有别的插件吗 taro 版本 3.0.5
Taro3 的组件是没有配置文件的,因此 usingComponents 必须配置在“页面”的配置文件中。 注掉parserRichText.tsx 中的 101-105 ` // public config: Taro.Config = { // usingComponents: { // parser: './Parser/index' // } // };` 在 app.config.ts 中 添加 ` export...