render() { const myArray = []; return <> {myArray.map(item => { return (<Element> {item} </Element>); });} </> }