问题引出
今天在运行之前的一个react工程时,浏览器上抛了一个奇怪的错误:
代码语言:javascript复制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:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.
为什么说奇怪呢?是因为这个工程之前是可以运行的,我重新装了一遍依赖之后就不能跑了,真是喜闻乐见了