React
A valid React element or null must be returned
React requires a component render method to return a valid React element or null, not undefined, an array, or another invalid value.
React
React requires a component render method to return a valid React element or null, not undefined, an array, or another invalid value.
Observed message
A valid React element (or null) must be returned.
Why it happens
How to fix it
Official reference
React Docs: Minified React error #109Related errors
Explore more