I was doing a bit of refactoring and tried connecting a higher level component to redux using connect() but the component I\'m connecting keeps giving me empty
The reason your props in Login component are empty is because you are not actually using the connected Login container, As you have mentions its in containers/login
So in your App.js change the import of login from ./presentation/login to