complete-intro-to-react-v5
complete-intro-to-react-v5 copied to clipboard
Added fix for SearchParams.js in Redux branch
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 :)