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
react
X.Y.Z
rsuite-table
使用文档中的virtualized例子,打开devtool -> memory,不断向下滚动,生成一个内存快照,即可看到大量的已分离Dom对象; 目前定位到的代码在
rsuite-table/src/utils/useTableRows.ts
Line 24 in acd24e0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions
react
X.Y.Z
rsuite-table
X.Y.Z
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
使用文档中的virtualized例子,打开devtool -> memory,不断向下滚动,生成一个内存快照,即可看到大量的已分离Dom对象;
目前定位到的代码在
rsuite-table/src/utils/useTableRows.ts
Line 24 in acd24e0
这个对象记录了所有行的Dom对象以及RowData,包括已经卸载的,并且目前看来没有清除的时机,除非整个table卸载
Any additional comments? (optional)
The text was updated successfully, but these errors were encountered: