` ECOSPHERE `; const container = document.getElementById('renderDiv'); const root = ReactDOM.createRoot(container); root.render(); >>>>>>> updated