react-countup
react-countup copied to clipboard
ts(2322) Property 'suffix' does not exist on type 'IntrinsicAttributes & CountUpProps'
Typescript raises TS(2322) error for the following code
<CountUp end={item.value} suffix={item.suffix} />
Getting similar thing with duration