質問編集履歴
1
初心者アイコンつけわすれてました・・・。
test
CHANGED
File without changes
|
test
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
case Test01ActionTypes.search:
|
110
110
|
|
111
|
-
return doSearchReduce
|
111
|
+
return doSearchReduce(currentState);
|
112
112
|
|
113
113
|
|
114
114
|
|
@@ -132,7 +132,7 @@
|
|
132
132
|
|
133
133
|
*/
|
134
134
|
|
135
|
-
const doSearchReduce
|
135
|
+
const doSearchReduce = (state : Test01StateType) => {
|
136
136
|
|
137
137
|
|
138
138
|
|