teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

変更

2018/08/11 23:16

投稿

退会済みユーザー
answer CHANGED
@@ -7,8 +7,6 @@
7
7
  this.state = {
8
8
  date: new Date()
9
9
  };
10
- this.componentDidMount = this.componentDidMount.bind(this);
11
- this.componentWillUnmount = this.componentWillUnmount.bind(this);
12
10
  this.tick = this.tick.bind(this);
13
11
  }
14
12
  ```