Martin

Results 1 comments of Martin

Hey guys, just had the same problem. Looking at the React 18 API Docu, I solved it like this and it works. Hope it helps. ``` const rootElement = document.getElementById('root')...