I've created a React App using create-react-app and added Redux to it. After adding <Provider store={store} />
only the component that I pass as the argument (the main component) on connect
is receiving the props/state.
Why do the nested components not receive them?
I will not paste the code here because I don't know what is causing the problem. Instead, here is the link to the entire App: https://github.com/KadoBOT/Box.es