complete-intro-to-react-v5 icon indicating copy to clipboard operation
complete-intro-to-react-v5 copied to clipboard

Added fix for SearchParams.js in Redux branch

Open TodBob opened this issue 5 years ago • 0 comments

Hello, Im taking this course right now, and I found bug, if I clone fresh repo and go to redux branch. In this branch you cant change/update location. So I added fix: in mapDispatchToProps you named setLocation to change the location state, but you are using updateLocation in code.

I also remove unused import { useContext } from react.

I hope it will helps :)

TodBob avatar Mar 28 '20 11:03 TodBob