marcopeg-dev / m07-cv-frontend

Frontend for M07 class project
4 stars 3 forks source link

Fixed Update-user in state to use useEffect/react-hook feature/40 #45

Closed ChauPham90 closed 4 years ago

ChauPham90 commented 4 years ago

It works fine when I put onSubmit and onChange function in update-user.js When I try to split it, it sends me Invalid Hook Call Warning. Still working on splitting it. Thanks for reviewing my code.