Skip to content

Commit

Permalink
fix(ExpandableTile): fix devtool warning message for handleClick prop (
Browse files Browse the repository at this point in the history
…#10460)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
yaoterry and kodiakhq[bot] authored Jan 18, 2022
1 parent e2b8b30 commit f0b689f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tile/Tile.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ export class ExpandableTile extends Component {
expanded, // eslint-disable-line
tileMaxHeight, // eslint-disable-line
tilePadding, // eslint-disable-line
handleClick, // eslint-disable-line
onKeyUp,
tileCollapsedIconText,
tileExpandedIconText,
Expand Down

0 comments on commit f0b689f

Please sign in to comment.