Either include it or remove the dependency array
来源:3-9 useEffect 第三部分 - 控制运行

慕予216
2020-04-20
在课程中 第二个参数为空数组时,有以下警告
React Hook useEffect has a missing dependency: ‘positions.x’. Either include it or remove the dependency array
写回答
1回答
-
同学你好,当你的 effect 有任何外部依赖的时候,但是没有放入依赖数组的时候,比如我们代码中的position.x,所以当出现这些警告要结合实际情况,有可能实际需求就是这样。
012020-04-21
相似问题