react-countup icon indicating copy to clipboard operation
react-countup copied to clipboard

ts(2322) Property 'suffix' does not exist on type 'IntrinsicAttributes & CountUpProps'

Open ArtemisNyx3 opened this issue 8 months ago • 1 comments

Typescript raises TS(2322) error for the following code <CountUp end={item.value} suffix={item.suffix} />

Image

ArtemisNyx3 avatar Apr 24 '25 03:04 ArtemisNyx3

Getting similar thing with duration

solarleb avatar Apr 26 '25 15:04 solarleb