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
Block editor no longer breaks in dev with does not provide an export named 'startTransition'. Nested @wordpress/* dependencies ship their own @wordpress/element ESM build that imports the full React 18 API through the plugin's shims:
react shim now exports startTransition, useTransition, useDeferredValue, useSyncExternalStore, useInsertionEffect, useDebugValue.
react-dom shim now exports hydrate, createRoot, hydrateRoot.
react-dom/client is now aliased to the shim (it was previously unresolved).