Version: next
React Node Object Type
A React Node is one of the following types:
- Boolean (which is ignored)
 nullorundefined(which is ignored)- Number
 - String
 - A React element (result of JSX)
 - An array of any of the above, possibly a nested one
 
A React Node is one of the following types:
null or undefined (which is ignored)