总是报这个错误,不知道是什么意思? 怎么排查呢?
webviewScriptError Framework inner error (expect START descriptor with depth 2 but get another) Error: Framework inner error (expect START descriptor with depth 2 but get another) at i.value (<anonymous>:1:1337359) at i.fe [as _startCb] (<anonymous>:1:1268539) at i.value
经测试是按需加载造成的错误,去掉app.json中的lazyCodeLoading: 'requiredComponents'即可
遇到了类似问题,在引入 地图选点 插件后 出现此问题,整个项目渲染都出现了问题
楼主解决了吗?我也遇到了这个问题
问题+1
楼主解决了吗?
第一次看到这个错误,不知道怎么解,楼主后来解决了吗
手机型号:iPhone X (GSM+CDMA)
微信版本号:7.0.8
操作系统版本号:iOS 13.1.3
客户端平台:ios
客户端基础库版本:2.9.0
请问最后这个问题处理了吗?我们也发现了这个问题。
/**
* 按需加载
* @tutorial https://developers.weixin.qq.com/miniprogram/dev/framework/ability/lazyload.html
*/
// lazyCodeLoading: 'requiredComponents',
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)