complete-intro-to-react-v8
complete-intro-to-react-v8 copied to clipboard
change updateState to setState
the documentation was using setBreed, but still using updateLocation and updateAnimal
to make this consistent with the v8 of the course it should be using "set" instead of "update"
I found this because I was following the course writing out manually and then I copied some things from the website which broke things :) due to the difference in state update function naming