Bhanupratap singh

Results 1 comments of Bhanupratap singh

1st way is to Include missing dependencies: useEffect(() => { // Your code }, [delta, tick]); 2nd way is to disable the lint rule useEffect(() => { // Your code...