Redux — Why is my add functionality not working?

Hey guys, doing a take-home for a job prospect and I am making essentially a redux todo app. My adding functionality doesn’t work, what am I doing wrong?

The component:

The reducer:

Didn’t you just forget to pass in {addEmployee} to the AddEmployee component?

Oh my god, as a prop, I am so stupid, thank you so much.

1 Like

No, you are not stupid. There is a lot to keep track of and it isn’t easy to do as a one-man job.

Are you using the Redux dev tools?