chore: update deps

This commit is contained in:
kailong321200875
2022-07-30 09:23:33 +08:00
parent 2a9e1233ac
commit 4fca8ca9fd
2 changed files with 20 additions and 20 deletions

View File

@@ -157,7 +157,7 @@ const count = (timestamp: number) => {
} else {
state.printVal = state.printVal > endVal ? endVal : state.printVal
}
state.displayValue = formatNumber(state.printVal)
state.displayValue = formatNumber(state.printVal!)
if (progress < (state.localDuration as number)) {
state.rAF = requestAnimationFrame(count)
} else {