回答編集履歴
2
コードの間違い修正(削除)
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
コードの間違い修正
test
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
|
107
107
|
componentWillUnmount() {
|
108
108
|
|
109
|
-
clear
|
109
|
+
clearTimeout(this.timeoutId);
|
110
110
|
|
111
111
|
}
|
112
112
|
|