- 企业微信小程序模式报错?WebAssembly.instantiate()
微信开发者工具版本:RC 1.06.2310071 调试基础库2.20.3 报错内容:WAServiceMainContext.js:2 Uncaught (in promise) FrameworkError LinkError: WebAssembly.instantiate(): Import #16 module="./exparser_scl_backend_bg.js" function="__wbg_new_693216e109162396" error: function import requires a callable(env: Windows,qymp,1.06.2310071; lib: 2.20.3)
2023-10-18 - 一编译就报错? 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
2021-05-12 - 自定义组件内循环同一个插槽时控制台持续打印警告(无法停止)
问题表现:开发者工具控制台持续输出警告,并且操作卡顿。 复现条件: 1.自定义组件内循环同一个插槽 2.动态变更循环的数据 3.循环的数据条数较大(比如 100) 4.基础库 2.18.1 类似问题:https://github.com/dcloudio/uni-app/issues/2782
2021-08-09