Skip to content

Commit fafc080

Browse files
committed
fix #1110
1 parent 0c3aaaa commit fafc080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TableBody.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ class TableBody extends Component {
175175
if (this.props.expandableRow && this.props.expandableRow(data)) {
176176
result.push(
177177
<ExpandComponent
178+
key={ key + '-expand' }
178179
className={ trClassName }
179180
bgColor={ this.props.expandRowBgColor || this.props.selectRow.bgColor || undefined }
180181
hidden={ !(this.props.expanding.indexOf(key) > -1) }

0 commit comments

Comments
 (0)