【React】Invalid hook call. Hooks can only be called inside of the body of a function component.

qqz_2016發表於2020-10-22

 具體報錯資訊:

解決辦法:

cnpm install --save react@^16.12.0 react-dom@^16.12.0

   最好在執行完以上命令後,重新執行一下npm start.

相關文章