MiniProgramError
a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined)
TypeError: a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined)
@https://lib/WAServiceMainContext.js:1:668374
at <setTimeout callback function>
@https://lib/WAServiceMainContext.js:1:154507
_onNativeTimer@
global code@
我用 Taro 开发的小程序,一直报这个错,但是代码里面根本没有这段 .replace(/,/g,";") 代码,看了打包后的代码也没有。不知道从哪查起,万能的社区能不能给点思路,非常感谢🙏
我们线上也疯狂报,3.5基础库确实有这个代码
到目前还是不断报这个错误
线上也是报错,点进去详情分布查看,基础库版本:3.5.0
静等吧
+1
顶下,官方看到辛苦回复,该报错3.5.0突增;
3.5.0的基础库,也是一直报错~
同上,3.5.0的基础库
+1,线上一直报
这两天我们也开始报了。。官方啥时候修复一下