fixing up the connect so it actually calls the thunk version of clear

This commit is contained in:
Ken
2019-02-01 10:34:13 -08:00
parent 1b7775d784
commit 73ff9cdea7
5 changed files with 16 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
"@types/react-redux": "^7.0.0",
"@types/redux": "^3.6.0",
"@types/cors": "^2.8.4",
"@types/uuid": "^3.4.4",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"html-webpack-plugin": "^3.2.0",
@@ -34,7 +35,8 @@
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"npm-run-all": "^4.1.5",
"nodemon": "^1.18.9"
"nodemon": "^1.18.9",
"uuid": "^3.3.2"
},
"dependencies": {
"@uifabric/experiments": "^6.51.1",