React报错:Warning: Invalid hook call. Hooks can only called inside of the body of a function component. This could happen for one of the following reasons: .......

发布时间 2023-12-16 10:43:23作者: 还是一直这样

报错截图:

image

问题可能原因:

我之前是用 npm install,后面有些依赖用的是 cnpm install

解决方法:

用统一的安装方式
删除 node_modules,重新执行

cnpm install

我这里解决问题