Posts by Matheus Braun • 1 point
2 posts
-
-1
votes1
answer294
viewsA: React Hook "useState" is called in Function
Solved by editing the function name to first uppercase letter: Initial result: Function Register() { Final result: Function Register() {
-
-4
votes1
answer294
viewsQ: React Hook "useState" is called in Function
Good evening, I performed a CRUD project with Node, React and Mysql, but when trying to create routes in front-end, is generating the error: React Hook "useState" is called in Function "Register"…