Hi thank you for this component! Is there any way to reset the timer back to 00:00:00?
I've seen issue #13 where I can set the individual numbers, but a change of the <Timer time={time} time prop is not handled in a component update function. It seems that you only read props.time in the componentDidMount function.
Hi thank you for this component! Is there any way to reset the timer back to 00:00:00?
I've seen issue #13 where I can set the individual numbers, but a change of the
<Timer time={time}time prop is not handled in a component update function. It seems that you only read props.time in the componentDidMount function.