回答編集履歴
1
変更
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
|
```
|