I think this is a Vite thing, what should I do to prevent this?
An issue from 2017 makes me think it's related to how its imported or how Vite is doing stuff. Can I tell Vite to leave this one alone?
https://github.com/glennreyes/react-countup/issues/68
import CountUp from 'react-countup';
...
<CountUp delay={2} end={100} />