trading-dashboard
trading-dashboard copied to clipboard
React Hook useEffect has missing dependencies
Hello there, how can i resolve this?
src\App.js Line 65:6: React Hook useEffect has missing dependencies: 'intervalId', 'periodicallyFetchDailyData', 'setAccountRecoil', 'setIncomesRecoil', 'setTradesRecoil', and 'setUpdateTimeRecoil'. Either include them or remove the dependency array react-hooks/exhaustive-deps
src\layouts\dashboard\BTCprice.jsx Line 20:6: React Hook useEffect has missing dependencies: 'subscribeWebsocket' and 'unsubscribeWebsocket'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.