-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
until does not update when state.property is changed - stays one update behind. #102
Comments
Can someone please update/ commit this change# Or even advise me on how i can which would be even better ? |
Also running into this same issue and would love to see it fixed |
also same problem. + 1 |
Maybe you can use props "id". |
you can search pull request, change the original index file to that version, |
Hi guys, I was having the same problem and I figured it out. Actually, it's written in the documentation: You just have to update your component's
Hope it helps! |
…transaksi state changes due to internal bug in react-native-countdown-component discussion of the bug can be found here: talalmajali/react-native-countdown-component#102
Hi when i am incrementing the until time the countdown UI does not reflect the change. However when i then update it again it reflects the previous value. e.g
state.until is used and set initially as 60 and is displaying 1 minute
I then set state.until = 180 yet the countdown still displays 1 minute
I then set state.until = 240 and the countdown now shows 2 minutes
I then set the state.until to 300 and the countdown shows 3 minutes
It remains 1 UI update behind.
I have tried .forcerefresh
Is there a reason for this behaviour ? (running 2.7.1)
Thanks.
The text was updated successfully, but these errors were encountered: