package.json is incomplete
Opened this issue · 0 comments
codialsoftware commented
There're missing redux
libraries in your package.json. Please, add following lines at line 19 to your file:
"react-redux": "^5.0.7",
"redux": "^4.0.0",
or let me commit my changes and make a PR