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
存在pageA, pageB两个页面,每个页面初始化时从服务器拉取数据,展示列表(使用react-virtualized库构建的虚拟列表)。现在有A,B两个按钮可点击分别跳转到pageA, pageB页面。若此时,快速连续在两个页面之间来回切换,等到数据返回后,展示列表时,列表样式发生重叠。
The text was updated successfully, but these errors were encountered:
Hello,能否提供一个可复现的 demo 呢?
Sorry, something went wrong.
虚拟列表需求,依照 react-virtualized 作者建议,尝试使用 react-window 替代,也可与 react-activation 正常协作,参考此处 demo
或者使用 @umijs/hooks 中的 useVirtualList 亦可实现
暂时缺少反馈,closed
你解决了吗?我这边也有这个问题,但是不是必现的,很难查什么问题
No branches or pull requests
存在pageA, pageB两个页面,每个页面初始化时从服务器拉取数据,展示列表(使用react-virtualized库构建的虚拟列表)。现在有A,B两个按钮可点击分别跳转到pageA, pageB页面。若此时,快速连续在两个页面之间来回切换,等到数据返回后,展示列表时,列表样式发生重叠。
The text was updated successfully, but these errors were encountered: