class B extends React.Component {
      constructor(props) {
        super(props);
        this.state = {};
      }