DEV Community

Discussion on: React Hooks cheat sheet

Collapse
 
josipreh profile image
Josip Reh

Great cheat sheet!

Also there is a typo in the second object example.
I guess you wanted to call updateForm instead of updateField in the updateField function

Collapse
 
jurajuki profile image
Juraj Pavlović

Oh thank you!
Nice observation, I indeed did wanted to call updateForm. Fix coming right up :)