import React, { CSSProperties, FC } from 'react'; import Transition from 'react-transition-group/Transition'; interface Style { transition?: string; overflow?: string; } // When animating using max-height we need to use a static value. // If this is not enough, pass in