You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: