React redux state is not rendering wtih React-Router library
I am creating a survey questionnaire form with reusable React components for the page layout with state coming from my Redux store. My state has updated, but the updated state is not rendering properly on the page. Specifically on the review route, my item.value
are missing. How can I get values to render?