diff --git a/docs/walkthroughs/01-installing-slate.md b/docs/walkthroughs/01-installing-slate.md index a96df0751..7f4ea02aa 100644 --- a/docs/walkthroughs/01-installing-slate.md +++ b/docs/walkthroughs/01-installing-slate.md @@ -110,7 +110,9 @@ const App = () => { } ``` -You can think of the `` component as providing a "controlled" context to every component underneath it. +You can think of the `` component as providing a context to every component underneath it. + +> As of v0.67 the Slate Provider's "value" prop is now only used as initial state for editor.children. 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. See [Slate PR 4540](https://github.com/ianstormtaylor/slate/pull/4540) for a more in-depth discussion. This is a slightly different mental model than things like `` or `