Patch Changes
-
#4689 by @felixfeng33 – Decouple
createSlateEditor
from React:createZustandStore
from@platejs/core
(orplatejs
) is now a vanilla store without React-specific functionality (hooks).- The previous behavior of
createZustandStore
is now available in@platejs/core/react
(orplatejs/react
). This is not part of our public API so it won't be a breaking change, but if you're using it, you'll need to import it from@platejs/core/react
(orplatejs/react
) instead.