ant-design-vue
ant-design-vue copied to clipboard
Uncaught RangeError: Maximum call stack size exceeded 在table 组件中滑动滚动条,控制台报了上千个警告
- [x] 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?
先把浏览器控制台打开,滑动滚动条,滚到底部的过程中,控制台就会报上千个警告
暂时解决: vue 版本3.3.4 ,不要写^
@selicens @tangjinzhou 看一下 vue 3.4.x下报这个错,紧急修复下吧
3.4 对于 computed 进行了优化:https://github.com/vuejs/core/pull/5912
是否将 eagerComputed 切换回 computed ?
+1
I also encountered this problem, the version of vue is 3.4.21.
Is there any way to solve this problem? For example, using pnpm patch is also a temporary solution.
+1
vue 3.5.0 will resolve
+1
+1
+1
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days