class Item extends Component { constructor(props) { super(props); } input = this.props.item; }