Getting an undefined console error while following the Modern Web Apps with React and Redux

I’m following the tutorial and I’m encountering an issue on the section 3.4 and I’m getting the following error when I’m trying to run the app: bundle.js:18157 Uncaught TypeError: Cannot read property 'props' of undefined. I think the error is related to these two lines of code:

this.props.addDeck(name);
this.props.hideAddDeck();

I’m not sure how to resolve this issue. I can provide any additional information.

I have my code pushed to my public Github