Dylan Rowe
Dylan Rowe
In testing this altered code further, using 'start' as a dependency of useEffect still causes infinite renders when 'restart' is also called inside that useEffect. This is due to restart()...
Running into the same problem. Specifying a timer callback as a dependency infinitely triggers useEffect if any state is set inside the useEffect. ``` const { seconds, minutes, pause, resume,...
Should be solved (for useTimer at least) by https://github.com/amrlabib/react-timer-hook/pull/44
@Dogfalo @acburst Any updates on this PR? I'd like to have vertically-stackable cards on mobile - Having them only squish horizontally makes things look pretty terrible when using lots of...