i use react-countup (version 6.5.0) in a page router based next.js application.
when i run pnpm dev
, react-countup works well and the number increases to the target value.
when i run 'pnpm start', react-countup fails to work and the number keeps to be zero.