From 3e987bd8e4a3164843ad7b19ee53bbf1d16b559f Mon Sep 17 00:00:00 2001 From: Maxwell Skala Date: Thu, 18 Jul 2019 14:39:41 -0700 Subject: [PATCH] Fix mistyped `editorRef` --- src/components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor.js b/src/components/Editor.js index 74849c3..d19de6e 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -45,7 +45,7 @@ const EditorWrapper = createReactClass({ onChange: PropTypes.func, focus: PropTypes.func, blur: PropTypes.func, - editorRef: PropTypes.node + editorRef: PropTypes.object }, getDefaultProps() {