react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
Functions are not valid as a React child
Lib is working great, but i'am getting this error on console:
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
Does anyone know how to getting rid of this error?
Using:
"next": "^11.0.0", "react": "^17.0.2", "styled-components": "^5.3.0",