You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing some investigating and testing, moving from reactDOM.render() to createRoot().render() seems not as easy as I thought and might need more time to do it. We might need to update the node version and change numbers of dependencies. and also will need to fix the testing script.
This is due to the plugin still use the old node version and some of dependencies that this plugin use is outdated.
Uf! It makes sense, but it's definitely more than I had originally anticipated to make the change 😄
If we update the version, then we should probably do it in a separate PR; but I'm calling in @kloon to give a verdict on if this is worth spending time on now. AFAIK then we're not in any immediate rush with the React warning.
We need to update our React entrypoint logic to use
createRoot
instead ofReactDOM.render
(see screenshot below):ReactDOM.render
:/client/main.js
The text was updated successfully, but these errors were encountered: