Closed holiharshil closed 12 months ago
Nextjs 13.5.4 ,example code ,whatever using dynamic import or not ,the output just show 0,000
I have same issue.
The config callback is working, but the outcome of the animated-numbers doesn't work.
"dependencies": { ... "next": "14.0.1", "react-animated-numbers": "^0.16.0", }
Also not working on my nextjs 13.6 project. previously worked on earlier vertion
Updated library to use framer-motion. Please check again with v0.17.0
Not working with Next.js v13.5.6. Code: ` <AnimatedNumbers includeComma animateToNumber={parseInt(achievement.value)} locale="en-US" className="text-white text-4xl font-bold" configs={(_, index) => { return { mass: 1, friction: 100, tensions: 140 * (index + 1), }; }}