Skip to content

Commit

Permalink
fix(ListViewItem) - initExpanded being passed to children (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
glekner authored and tlabaj committed Feb 7, 2019
1 parent 7e86f33 commit 9863258
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class ListViewItem extends React.Component {
compoundExpand,
compoundExpanded,
onCloseCompoundExpand,
initExpanded,
...other
} = this.props;
const { expanded } = this.state;
Expand Down

0 comments on commit 9863258

Please sign in to comment.