React is saying a function can not be passed as a child
Hello,
I am trying to render a list of components on one of my pages, however when doing so I am getting the following error:
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.
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.