Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clearInterval to counter component's unmount method.
This was added to take fix the case where a user starts a game and immediately logs out, so the normal cleanup flow doesnt happen properly. This manually kills the interval when the counterPage gets unmounted. Adds to fix for #118.