Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
chore: remove changeState prop from SlateContent component
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrtakeda committed Jan 11, 2018
1 parent 6ad5ff2 commit 0af5b4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/package/slate-editor/SlateContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default ({
outerState,
plugins,
onChange,
changeState,
children,
...rest
}) => {
Expand All @@ -74,7 +73,6 @@ export default ({
value={value}
onChange={onChange}
readOnly={readOnly}
changeState={changeState}
outerState={outerState}
style={style}
renderNode={renderNode}
Expand Down

0 comments on commit 0af5b4e

Please sign in to comment.