ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. #522
Labels
bug
Something isn't working
Hi everyone, I'm currently learning about coffee editors, and after i built it and run it, it then follows this error:
ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
Is it because i made some mistakes during buiding steps ? How can i fix it?
The text was updated successfully, but these errors were encountered: