Skip to content

Commit 58db9f3

Browse files
steveluscherFacebook Github Bot 8
authored andcommitted
Add key to footer wrapper in WindowedListView
Reviewed By: frantic Differential Revision: D3155113 fb-gh-sync-id: 27d9f8b09e2d162c7537fefd02fc824a1c4709ae fbshipit-source-id: 27d9f8b09e2d162c7537fefd02fc824a1c4709ae
1 parent 2c0f345 commit 58db9f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Libraries/Experimental/WindowedListView.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ class WindowedListView extends React.Component {
457457
lastRow === this.props.data.length - 1;
458458
if (this.props.renderFooter) {
459459
rows.push(
460-
<View style={showFooter ? styles.include : styles.remove}>
460+
<View
461+
key="ind-footer"
462+
style={showFooter ? styles.include : styles.remove}>
461463
{this.props.renderFooter()}
462464
</View>
463465
);

0 commit comments

Comments
 (0)