Skip to content

v0.1.7

Latest

Choose a tag to compare

@asolopovas asolopovas released this 10 Jun 15:57

Fixed

  • 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).