vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

Home Page:https://antdv.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught RangeError: Maximum call stack size exceeded 在table 组件中滑动滚动条,控制台报了上千个警告

xijinhua opened this issue · comments

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.1

Environment

"vue": "^3.4.27"

Reproduction link

https://codesandbox.io/p/devbox/tender-violet-xj5j5f

Steps to reproduce

先把浏览器控制台打开,滑动滚动条,滚到底部的过程中,控制台就会报上千个警告

What is expected?

不要报错

What is actually happening?

先把浏览器控制台打开,滑动滚动条,滚到底部的过程中,控制台就会报上千个警告

image

暂时解决: vue 版本3.3.4 ,不要写^

@selicens @tangjinzhou 看一下 vue 3.4.x下报这个错,紧急修复下吧

3.4 对于 computed 进行了优化:vuejs/core#5912

是否将 eagerComputed 切换回 computed ?