Skip to content

Commit

Permalink
fix(Table): prevent wanring on unknown tableEl prop on DOM element, c…
Browse files Browse the repository at this point in the history
…lose #4118 (#4250)

Co-authored-by: 林俊 <[email protected]>
  • Loading branch information
jun599 and 林俊 authored Feb 27, 2023
1 parent b647507 commit 320cddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/list/row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default class GroupListRow extends Row {
locale,
wrapper,
rtl,
tableEl,
...others
} = this.props;
const cls = classnames({
Expand Down

0 comments on commit 320cddb

Please sign in to comment.