If you use the react dev-tools it should highlight what updates in the dom when an update happens. Maybe you can try adding a unique
key
to your element so react knows it is the same from the previous render.