Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 21, 2020
1 parent 751f2fe commit 57ed2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Collapse/Collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Collapse.propTypes = {
className: PropTypes.string,
/**
* The height of the container when collapsed.
* @deprecated The prop was renamed to support the vertical orientation, use `collapsedSize` instead.
* @deprecated The prop was renamed to support the addition of horizontal orientation, use `collapsedSize` instead.
*/
collapsedHeight: deprecatedPropType(
PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
Expand Down

0 comments on commit 57ed2d3

Please sign in to comment.