Closed tenmihi closed 6 years ago
CountDispatcherでCount.ActionTypeを渡してDispatchしてますが,これだと実際Reducerに対応したAction がないと判断されてしまう
CountDispatcherでCount.ActionTypeとしているところを,ActionCreatorを通してActionを作ってそれをDispatchしてあげるように変更
もともと丁寧なREADMEであると私は感じているので,軽微な修正点ですが直してあげたいです 🙇
@tenmihi SUPEEEEERRRRRRR AWESOME!!!! Thanks for reporting! I merge it.
理由
CountDispatcherでCount.ActionTypeを渡してDispatchしてますが,これだと実際Reducerに対応したAction がないと判断されてしまう
修正ファイル
修正内容
CountDispatcherでCount.ActionTypeとしているところを,ActionCreatorを通してActionを作ってそれをDispatchしてあげるように変更