(13:4)
11 | class Кликер extends React.Component {
12 | construct(props){
> 13 | super(props);
| ^
14 | this.bind(this.добавитьКликов);
15 | this.state = {"clicks": "0"};
16 | },
constructor, а не construct
Обсуждают сегодня