class Game extends Component { constructor(props) { super(props); this.state = { history: [ { squares: Array(9).fill(null),