Oie!
Depois de baixar o axios e o router na minha máquina para fazer esse projeto, meu projeto do curso anterior(https://cursos.alura.com.br/course/react-hooks-e-formularios?preRequirementFrom=react-router-navegacao-spa) à esse não está mais funcionando. Quando eu tento rodar, recebo o seguinte erro:
Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
- You might have mismatching versions of React and the renderer (such as React DOM)
- You might be breaking the Rules of Hooks
- You might have more than one copy of React in the same app See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
Já rodei o npm ls react
e npm ls react-dom
e os dois estão na mesma versão (17.0.2).
Já tentei até baixar o arquivo todo do github para ver se funcionaria, mas recebo o mesmo erro. Antes das instalações para fazer esse projeto, estava tudo rodando normalmente. Alguém pode me ajudar?
Obrigada desde já!