Closed
Description
This is a lot clearer now than a year ago... Seems very straight forward.
https://pawelgrzybek.com/return-multiple-elements-from-a-component-with-react-16/
Also needs to deal with FRAGMENTS.
You can return multiple values from a render block, but they all need to have unique keys.
If they don't have unique keys (i.e. they will be static) they should be wrapped in a React.Fragment psuedo component