We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faa8c7 commit 7a2471dCopy full SHA for 7a2471d
src/packages/animatingnumbers/countup.taro.tsx
@@ -91,6 +91,7 @@ export const CountUp: FunctionComponent<Partial<CountUpProps>> = (props) => {
91
if (numberArr.length) {
92
if (!isLoaded.current) {
93
isLoaded.current = true
94
+ // @ts-ignore
95
timerRef.current = setTimeout(() => {
96
setNumberTransform()
97
}, delay)
0 commit comments