function BackTopContent(props){ return ( {({ className: motionClassName }) => cloneElement(className => ({ className }))} ); } function BackTopContent(props){ return ( {({ className: motionClassName }) => cloneElement(className => ({ className }))/*with comment*/} ); } function ArrowBodyIsJsxWithComment({ action }) { return (action) => ( // eslint-disable-next-line react/no-array-index-key
  • ); }