提交 b92779f8 编写于 作者: Z Zheeeng 提交者: niko

Fix the infinite & virtualized List is invisible that caused by its height...

Fix the infinite & virtualized List is invisible that caused by its height can't be calculated (#10046)
上级 92eeb7f8
......@@ -129,7 +129,7 @@ class VirtualizedExample extends React.Component {
<List>
{
data.length > 0 && (
<WindowScroller scrollElement={null}>
<WindowScroller>
{infiniteLoader}
</WindowScroller>
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册