react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

Functions are not valid as a React child

Open rossignolli opened this issue 4 years ago • 0 comments

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",

rossignolli avatar Sep 10 '21 12:09 rossignolli