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

Problem when seconds count down be 0 #202

Closed dash7ou closed 2 years ago

dash7ou commented 2 years ago

Error msg: TypeError: Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.

Error possion: 54 | startAt, 55 | onComplete: 56 | typeof onComplete === 'function'

57 | ? (...rest) => { | ^ 58 | // REFACTOR in next major release so onComplete matches expected return value as useElapsedTime 59 | const [shouldRepeat = false, delay = 0] = onComplete(...rest) || []

dash7ou commented 2 years ago

Lol, I have upgraded the version to the last one and its working fine :P