React Hook useEffect has a missing dependency
来源:5-9 TS的联合类型、Partial和Omit介绍

Hoole12
2021-03-08
React Hook useEffect has a missing dependency: ‘callback’. Either include it or remove the dependency array. If ‘callback’ changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
老师,这种写法会报一个警告,是什么原因呢?应该怎么解决呢?
写回答
2回答
-
Hi, 这里可以在上面加一个// eslint-disable-next-line
032021-03-09 -
billfu
2021-07-14
我把[]改成[callback] ,結果造成 request 一直送,拿掉後才正常
012021-07-15
相似问题