-
wanted to add some stats section on About us page with react-countup library.
It will show your project as professional by adding stats about your website with dummy data.
https://github.com/use…
-
### Is your feature request related to a problem? Please describe.
no
### Describe the solution you'd like.
_No response_
### Describe alternatives you've considered.
_No response_
### Additiona…
-
I try add library:
import CountUp from "react-countup";
and
import {default as CountUp} from "react-countup";
But i got error:
```
Failed to compile.
./node_modules/react-countup/build/index.m…
-
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 st…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Even after installing the @types/react-vertical-timeline-component, next keeps running into the following error:
`⨯ TypeError: Cannot read properties of undefined (reading 'prototype')
at __web…
-
## Expected Behavior
Being able to update the snackbar message (and maybe other props like variant) using the same key that enqueueSnackbar already returns.
## Current Behavior
Can't update the…
-
When I use CountUp with an `onEnd` callback with dependency list of variables, the values of theses variables are always the same initial ones. Because useCountUp hook does not react to props changes …
-
The signature of count-up component should be as follows:-
```
type CountupProps = {
styles: React.CSSProperties;
custom: {
itemCount: number;
duration: number;
…
-
I think it would be very useful to add in the documentation how to use it in the nextjs server components, at first it took me a bit to understand it and it can help more than one developer.
[Next…