React
Objects are not valid as a React child
React attempted to render a JavaScript object directly instead of a renderable value like a string, number, or element.
React
React attempted to render a JavaScript object directly instead of a renderable value like a string, number, or element.
Observed message
Objects are not valid as a React child.
Why it happens
How to fix it
Official reference
React Docs: Rendering ElementsRelated errors
Explore more