diff --git a/components/core/sliding-number.tsx b/components/core/sliding-number.tsx index 161ff7dd..e6dd5208 100644 --- a/components/core/sliding-number.tsx +++ b/components/core/sliding-number.tsx @@ -10,7 +10,7 @@ import { import useMeasure from 'react-use-measure'; const TRANSITION = { - type: 'spring', + type: 'spring' as const, stiffness: 280, damping: 18, mass: 0.3,