After
const element = const cloned = React.cloneElement(element, someProps)
both an element and its clone are rendered. (The