Posts by Thiago Cavalcanti • 11 points
2 posts
-
0
votes0
answers15
viewsQ: When I try to compile error. Error: Invalid hook call
My code was working until I tried to use Styled-Components, it gives this error Error: Invalid hook call. Hooks can only be called Inside of the body of a Function Component. The only thing I did…
-
0
votes1
answer206
viewsQ: React Hook useEffect has a Missing dependency: 'storeInfo'
I’m trying to use useEffect for a simple function, but error. It is not updating the page and saving the request I make with the function loadAll in the useState. When I load the page the result of…