knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Interval timing is weird #6

Closed knexer closed 1 year ago

knexer commented 1 year ago

I'm fairly sure the interval is restarting on every render, instead of starting on mount and ending on unmount. Probably different params to useEffect would solve that issue, or hosting the interval outside React.