ReactDOM.createRoot not working

I am currently working on Javascript Calculator Project and just found out that ReactDOM.createRoot is not working.

Here’s my current code:

Was the function removed or something? Or is it just that I missed some error in my code (which is possible since I haven’t touched React for a year or something)?

Thanks in advance!

Nevermind. Looks like the function was moved from ‘react-dom’ to ‘react-dom/client’ :sweat: