Skip to content

Commit

Permalink
fix: modify ts (#2781)
Browse files Browse the repository at this point in the history
* fix: 适配harmony

* fix: 适配样式

* fix: 解决harmony下首次滚动动画不执行问题

* fix: update test

* fix: word spelling

* fix: cr 修改

* fix: update icons-react-taro version

* chore: update pnpm-lock.yaml

* fix: modify ts
  • Loading branch information
irisSong authored Nov 21, 2024
1 parent 70ab8f9 commit 8111d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/animatingnumbers/countup.taro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const CountUp: FunctionComponent<Partial<CountUpProps>> = (props) => {
if (numberArr.length) {
if (!isLoaded.current) {
isLoaded.current = true
// @ts-ignore
timerRef.current = setTimeout(() => {
setNumberTransform()
}, delay)
Expand Down

0 comments on commit 8111d37

Please sign in to comment.