Compilation Error:
React Hook useEffect has missing dependencies: 'animationSpeed' and 'loopLength'. Either include them or remove the dependency array. If 'setTime' needs the current value of 'animationSpeed ', you can also switch to useReducer instead of useState and read 'animationSpeed' in the reducer react-hooks/exhaustive-deps
Compilation Error:
React Hook useEffect has missing dependencies: 'animationSpeed' and 'loopLength'. Either include them or remove the dependency array. If 'setTime' needs the current value of 'animationSpeed ', you can also switch to useReducer instead of useState and read 'animationSpeed' in the reducer react-hooks/exhaustive-deps