React
Functions are not valid as a child of Client Components
React received a function where rendered output was expected inside a Client Component, often because a component reference or callback was returned instead of JSX.
React
React received a function where rendered output was expected inside a Client Component, often because a component reference or callback was returned instead of JSX.
Observed message
Functions are not valid as a child of Client Components.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #506Related errors
Explore more