WAServiceMainContext.js?t=wechat&s=1711929485293&v=3.3.5:1 Error: MiniProgramError
"Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function."
at Object.errorReport (WAServiceMainContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at Function.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at Object.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at i (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at Object.cb (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at q._privEmit (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at q.emit (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1
at n (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)
at je (WASubContext.js?t=wechat&s=1711929485293&v=3.3.5:1)(env: macOS,mp,1.06.2306020; lib: 3.3.5)
相关平台
微信小程序
复现仓库
https://github.com/magixsource/icycling-web.git 小程序基础库: 3.3.5 使用框架: Vue 3
复现步骤
在基于官方脚手架,选择vue3-NutUI4模板,初始化项目后。按照官方文档https://docs.taro.zone/en/docs/virtual-waterfall 的指示,在app.js中注册waterfall组件。然后在index.vue页面中的template部分,填入
在script部分填入
期望结果
如官方示例一般,显示文章瀑布样式
实际结果
环境信息