in stories/ReplaceTransition.js [47:51]
function Fade(props) { return ( <CSSTransition {...props} className={styles.box} classNames={styles} /> ); }