vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692 stars 87 forks source link

When I add "initialRemainingTime" this prop into CountdownCircleTimer, and refresh the page, it starts from "duration". But instead it hsould start from "initialRemainingTime" #246

Closed Asiya1330 closed 6 months ago

Asiya1330 commented 7 months ago

When I add "initialRemainingTime" this prop into CountdownCircleTimer, and refresh the page, it starts from "duration". But instead it should start from "initialRemainingTime".

Thanks for any help.

Basically, I am working on real time session. So when user refresh, it should start from time remaining from session to end.

vydimitrov commented 7 months ago

It seems it works, https://codesandbox.io/p/sandbox/late-tree-hqqvh4?file=%2Fsrc%2Findex.js%3A25%2C29, here it starts from 4 seconds.

vydimitrov commented 6 months ago

Closing due to inactivity.