I'm unable to get my connect()()
component to map state to props and then destructure my this.props to connect to my redux store.
I get a console error that const {items} = this.props;
shows that items
is undefined.
Attached is a gist of my code.
https://gist.github.com/ericchen0121/6bc0654563fa71ab04dd69e0bfeb6668