REACT: Pass a function to a Grand Child component

Trying to do an update using a repeating component:

See Gist https://gist.github.com/JohnnyBizzel/fdcba5656665037212f340f36e293694

I get errors when trying to pass the update function to the middle level component “PollResponse”

I was following this question’s answer:

Is it time for Redux now? *I still need to learn Redux.