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
In React 18, importing createRoot from react-dom was deprecated, so ideally we'll fix up instances of this.
Related warnings:
Warning: You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client". visible on the Jetpack settings page.
Thanks! Looks like there are two separate issues related to createRoot, so I'll address them both.
Edit - no - just the one, thanks for clarifying in the PR!
Issue
In React 18, importing
createRoot
fromreact-dom
was deprecated, so ideally we'll fix up instances of this.Related warnings:
Parent React 19 compatibility issue: #37951
The text was updated successfully, but these errors were encountered: