React | connected react routerでのエラー React connected react routerでpushを使った際に下記のエラーが出ました。 Uncaught Could not find router reducer in state tree, it must be mounted under "router" 1 Uncaught Could not find router reducer in state tree, it must be mounted under "router" historyのバージョンが5.0.0以上だと、このエラーが出るらしく4.10.1にしたら直りました。 ターミナルで下記を実行すればOKです。 npm install --save history@4.10.1 1 npm install --save history@4.10.1