src/components/VerticalSectionOverflow/index.js
Function render
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { label, description, style, assistiveText, children, className } = this.props;
const { isExpanded } = this.state;
const sectionMaxHeight = {
maxHeight: getMaxHeight(children, isExpanded),