Maksim Markelov
Maksim Markelov
@ryancrunchi I'm not 100% sure, but I guess that there is [preserveValue](https://github.com/glennreyes/react-countup#preservevalue-boolean) which can help with your case. ```js import { useCallback, useState } from "react"; import CountUp from "react-countup";...
@ryancrunchi ok, I got your point. I guess that you are right about this. Will try to look through the fix soon. For now you can try this hack: ```js...
@Mbensler could you please provide a small representation, if it's possible?
I'm not quite sure, but it can be related to **countup** library, cause **react-countup** did nothing about this scroll spy, so could someone try to check it with **countup**?
@Fry2712 could you provide any details?
Hi @odhk-fe! Could you provide the code, which you used in 4 version?
should be fixed in **6.3.1** with https://github.com/glennreyes/react-countup/pull/700
@NabeelAhmed23 could you provide any details here? Version of `react-countup`, the repro if it's possible, is it ok with prev versions?
@Ice-Panda it will be nice if you could make small repro. Cause it's quite difficult to investigate
@vertic4l could you provide a representation of this bug? I tried to reproduce it, but I didn’t face with this issue