回答編集履歴

2

コードの間違い修正(削除)

2021/08/09 03:51

投稿

k_a
k_a

スコア983

test CHANGED
@@ -102,16 +102,6 @@
102
102
 
103
103
 
104
104
 
105
- // timer後片付け
106
-
107
- componentWillUnmount() {
108
-
109
- clearTimeout(this.timeoutId);
110
-
111
- }
112
-
113
-
114
-
115
105
  render() {
116
106
 
117
107
  return (

1

コードの間違い修正

2021/08/09 03:51

投稿

k_a
k_a

スコア983

test CHANGED
@@ -106,7 +106,7 @@
106
106
 
107
107
  componentWillUnmount() {
108
108
 
109
- clearInterval(this.timeoutId);
109
+ clearTimeout(this.timeoutId);
110
110
 
111
111
  }
112
112