We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As per the docs, https://reactjs.org/docs/react-api.html#createelement
CreateElement takes third argument as an array. There is a mixed behaviour. Please have a look here typeof Children is Array for more than one children and typeof children is object if there is only one child.)
As per the docs, https://reactjs.org/docs/react-api.html#createelement
CreateElement takes third argument as an array. There is a mixed behaviour. Please have a look here typeof Children is Array for more than one children and typeof children is object if there is only one child.)