PurpleTurtleCreative / completionist

Asana integration plugin for WordPress.
https://purpleturtlecreative.com/completionist/
GNU General Public License v3.0
3 stars 0 forks source link

[HOLD] Warning: You are importing createRoot from "react-dom" which is not supported #233

Open MichelleBlanchette opened 1 month ago

MichelleBlanchette commented 1 month ago

Warning: You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".

Logged in console when viewing a page displaying [ptc_asana_project ...] shortcodes in wp-env test environment.

MichelleBlanchette commented 1 month ago

This is a problem in WordPress itself because the migration to React 19 is still underway, it seems. Even with Completionist deactivated, I see this error in the Block Editor:

Screenshot 2024-09-27 at 2 50 03 PM

We can't resolve this until WordPress releases an update to the @wordpress/element package.

Upgrading npm packages to the latest version of @wordpress/scripts@30.0.2 did not resolve the issue.