回答編集履歴

1

変更

2018/08/11 23:16

投稿

退会済みユーザー
test CHANGED
@@ -16,10 +16,6 @@
16
16
 
17
17
  };
18
18
 
19
- this.componentDidMount = this.componentDidMount.bind(this);
20
-
21
- this.componentWillUnmount = this.componentWillUnmount.bind(this);
22
-
23
19
  this.tick = this.tick.bind(this);
24
20
 
25
21
  }