Skip to content

Commit 7a2471d

Browse files
committed
fix: modify ts
1 parent 6faa8c7 commit 7a2471d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/animatingnumbers/countup.taro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export const CountUp: FunctionComponent<Partial<CountUpProps>> = (props) => {
9191
if (numberArr.length) {
9292
if (!isLoaded.current) {
9393
isLoaded.current = true
94+
// @ts-ignore
9495
timerRef.current = setTimeout(() => {
9596
setNumberTransform()
9697
}, delay)

0 commit comments

Comments
 (0)