glennreyes / glennreyes/react-countup
Functions are not valid as a React child
Open
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
When I use React Countup like this:
```
{({ countUpRef, start }) => (
{start}
)}
```
It works normally, but when I run my tests, I have this warning:

I believe it is because of the way that **({countUpRef, start})** is used.
Does anyone know how I can improve or fix this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.