From bca1de5e1fd0e65655c3a1c3c07f960adbf2e789 Mon Sep 17 00:00:00 2001 From: Chris Cates Date: Wed, 21 Sep 2016 07:58:09 -0400 Subject: [PATCH] Fixed breaking changes with redux-async-connect by rolling back to rc3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3fb6791c..a59cfafd3 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "react-router-bootstrap": "^0.20.1", "react-router-redux": "^4.0.0", "redux": "^3.0.4", - "redux-async-connect": "^1.0.0-rc2", + "redux-async-connect": "1.0.0-rc3", "redux-form": "^3.0.12", "scroll-behavior": "^0.3.2", "serialize-javascript": "^1.1.2",