Skip to content

Commit

Permalink
Fix mistyped editorRef
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellskala committed Jul 18, 2019
1 parent b915c09 commit 3e987bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const EditorWrapper = createReactClass({
onChange: PropTypes.func,
focus: PropTypes.func,
blur: PropTypes.func,
editorRef: PropTypes.node
editorRef: PropTypes.object
},

getDefaultProps() {
Expand Down

0 comments on commit 3e987bd

Please sign in to comment.