diff --git a/packages/slate-react/src/components/editor.js b/packages/slate-react/src/components/editor.js index 5988de7e9..992fd0233 100644 --- a/packages/slate-react/src/components/editor.js +++ b/packages/slate-react/src/components/editor.js @@ -219,6 +219,7 @@ class Editor extends React.Component { this.tmp.resolves++ const react = ReactPlugin({ ...this.props, + editor: this, value: this.props.value || this.state.value, })