Closed
Description
React version: 17.0.0
Steps To Reproduce
- return undefined from a React component
Link to code example:
https://codesandbox.io/s/blazing-rain-jtdzy?file=/src/App.js
The current behavior
Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
The expected behavior
Nothing should be rendered like in earlier React versions.