I think you tried to swim against the stream. You tried to manipulate things directly which isn't optimal and can lead to side effects.
I use React with some rules in mind because the way React works.
The order is:
and the cycle restarts.
I've altered your code on how I would code your component. Have a look.
Any Questions or feedback is appreciated
Sebastian