Skip to content

Commit

Permalink
Merge pull request #41 from HubSpot/fix-editorRef-proptype
Browse files Browse the repository at this point in the history
Fix mistyped `editorRef`
  • Loading branch information
maxwellskala authored Jul 18, 2019
2 parents b915c09 + 3e987bd commit 1be17d4
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 1be17d4

Please sign in to comment.