From 02df7856f28665daad39f00b4ea665d876e1b1da Mon Sep 17 00:00:00 2001 From: Kyle Alwyn Date: Wed, 17 Oct 2018 11:40:39 -0700 Subject: [PATCH] fix(Input): Remove default value for ref prop --- src/Form/Input.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Form/Input.js b/src/Form/Input.js index a1a9771..a04bde7 100644 --- a/src/Form/Input.js +++ b/src/Form/Input.js @@ -87,7 +87,6 @@ export default class Input extends Component { onBlur() {}, onChange() {}, floating: false, - ref: {}, }; state = {