We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07a2a0 commit 728d006Copy full SHA for 728d006
1 file changed
src/ImmutableVirtualizedList/EmptyVirtualizedList.js
@@ -77,6 +77,7 @@ class EmptyVirtualizedList extends PureComponent {
77
renderItem={() => this.renderItem()}
78
{...passThroughProps}
79
immutableData={listData}
80
+ keyExtractor={() => 'empty'}
81
/>
82
);
83
}
0 commit comments