We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.6
浏览器版本
https://www.antdv.com/components/tree-select-cn
1、通过数据懒加载获取的数据。 2、每次向原数据累加500条新的数据,一直累加,内存一直增加,指导增加到1024M,内存占满,网页崩溃。
内存问题,网页不能崩溃
The text was updated successfully, but these errors were encountered:
如此多的数据(1GB),是不是应该考虑下交互方式的优化...
Sorry, something went wrong.
我看2.5万条数据就使用到1G内存了
No branches or pull requests
Version
4.2.6
Environment
浏览器版本
Reproduction link
https://www.antdv.com/components/tree-select-cn
Steps to reproduce
1、通过数据懒加载获取的数据。
2、每次向原数据累加500条新的数据,一直累加,内存一直增加,指导增加到1024M,内存占满,网页崩溃。
What is expected?
内存问题,网页不能崩溃
What is actually happening?
1、通过数据懒加载获取的数据。
2、每次向原数据累加500条新的数据,一直累加,内存一直增加,指导增加到1024M,内存占满,网页崩溃。
The text was updated successfully, but these errors were encountered: