diff --git a/.changeset/lovely-goats-argue.md b/.changeset/lovely-goats-argue.md new file mode 100644 index 0000000000..efad563fbb --- /dev/null +++ b/.changeset/lovely-goats-argue.md @@ -0,0 +1,5 @@ +--- +'slate-react': minor +--- + +The Slate Provider's "value" prop is now only used as initial state for editor.children as was intended before. If your code relies on replacing editor.children you should do so by replacing it directly instead of relying on the "value" prop to do this for you.