We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIth simple usage and latest version with typings it raises this error.
import CountUp from 'react-countup'; <CountUp start={0} end={difference} decimals={3} suffix="%" formattingFn={value => format(value, 'percent')} />
The text was updated successfully, but these errors were encountered:
@apuntovanini it was some issues with ts definition. Could please check 4.2.6 version?
Sorry, something went wrong.
Yes! Ts error is gone with 4.2.6, thanks!
Hi, This is still an issue. I tried 4.2.6 and the latest version.
No branches or pull requests
WIth simple usage and latest version with typings it raises this error.
The text was updated successfully, but these errors were encountered: