質問編集履歴

1

初心者アイコンつけわすれてました・・・。

2020/05/16 12:36

投稿

begginerpg
begginerpg

スコア10

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
  case Test01ActionTypes.search:
110
110
 
111
- return doSearchReducer(currentState);
111
+ return doSearchReduce(currentState);
112
112
 
113
113
 
114
114
 
@@ -132,7 +132,7 @@
132
132
 
133
133
  */
134
134
 
135
- const doSearchReducer = (state : Test01StateType) => {
135
+ const doSearchReduce = (state : Test01StateType) => {
136
136
 
137
137
 
138
138