Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 20, 2020
1 parent 59e3246 commit ccec2ee
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 @@ -243,7 +243,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 ccec2ee

Please sign in to comment.