trading-dashboard icon indicating copy to clipboard operation
trading-dashboard copied to clipboard

React Hook useEffect has missing dependencies

Open merolaika opened this issue 1 year ago • 0 comments

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.

merolaika avatar Jan 14 '24 20:01 merolaika