大哥, 生产环境有此问题吗?开发时可以接受。目前场景下需要lazyLoadCoding+用时注入去拆分主包公用组件, 但同时也需要保留自定义tabbar
开启lazyCodeLoading ,tabbar第一次加载错误.?开启按需注入 "lazyCodeLoading": "requiredComponents" 设置tabar自定义 "tabBar": { "custom": true, ..... } 第一次编译加载时报错 [渲染层错误] [jsbridge] invoke loadComponents fail: too eayly.(env: Windows,mp,1.06.2303060; lib: 2.30.0) [图片] 再刷新时就不会报这个错误了,只是在编译后第一次显示,或是关掉开发者工具进来第一次显示. 这只是个问题复现,在项目中就是只要报个错,白屏,但是tabbar还是能显示出来,page标签渲染成空标签. 经测试,只要把 tabBar 的 "custom": true 去掉,就不会报这个错 https://developers.weixin.qq.com/s/Pxx0vgmi7lGy
2023-07-122023年7月了, lazyCodeLoading和自定义tabbar的冲突还是没有解决
一编译就报错? Framework inner error (expect FLOW_CREAT[渲染层错误] Framework inner error (expect FLOW_CREATE_NODE but get another) [渲染层错误] Error: Framework inner error (expect FLOW_CREATE_NODE but get another) at x (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1678739) at e (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1677663) at e (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1677810) at e (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1677810) at e (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1677810) at e (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1677810) at e.value (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1706832) at M._advancedCreate (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:252615) at Function.M.createWithGenerics (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:254639) at st (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1737118) [渲染层错误] TypeError: Cannot read property 'addListener' of undefined at o (http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1797645) at http://127.0.0.1:27789/__pageframe__/__dev__/WAWebview.js?t=wechat&s=1620808742021&v=2.14.1:2:1821017 [渲染层错误] Uncaught TypeError: Cannot read property 'addListener' of undefined
2023-07-06好家伙, 23年了还在报错
小程序js正则表达式不支持零宽断言么?微信小程序的js不支持正则表达式的零宽断言么? 客户端跟工具异常提示 Invalid regular expression: /(?<=name=).*?(?=&)/: Invalid group;at pages/index/index page lifeCycleMethod onLoad function SyntaxError: Invalid regular expression: /(?<=name=).*?(?=&)/: Invalid group 如果使用正则表达式字面量来定义正则表达式【含有零宽断言】 (例如: reg=/(?<=name=).*?(?=&)/i )就会编译不通过
2023-02-15请问这个问题有进展吗~
sourceMap(vendor)的使用方法?采用uniapp开发的小程序, 从后台看到的报错里面有很多都是vendor.js报的错误, 但是下载下来的sourceMap里面并没有包含这个文件(全都是app-service.map.map),很想知道究竟要怎么使用? [图片] [图片]
2021-12-06