diff --git a/packages/material-ui/src/Collapse/Collapse.js b/packages/material-ui/src/Collapse/Collapse.js index 0660919bd31934..f12f51838d18c8 100644 --- a/packages/material-ui/src/Collapse/Collapse.js +++ b/packages/material-ui/src/Collapse/Collapse.js @@ -21,7 +21,8 @@ export const styles = theme => ({ height: 'auto', overflow: 'visible', }, - /* Styles applied to the container element when the transition has exited. */ + // eslint-disable-next-line max-len + /* Styles applied to the container element when the transition has exited and `collapsedHeight` != 0px. */ hidden: { vibility: 'hidden', }, @@ -156,7 +157,7 @@ class Collapse extends React.Component { > {(state, childProps) => ( container | Styles applied to the container element. | entered | Styles applied to the container element when the transition has entered. -| exited | Styles applied to the container element when the transition has exited. +| hidden | Styles applied to the container element when the transition has exited and `collapsedHeight` != 0px. | wrapper | Styles applied to the outer wrapper element. | wrapperInner | Styles applied to the inner wrapper element.