From f5ca5dc591ce6b20263c195e4c20908bb8340c55 Mon Sep 17 00:00:00 2001 From: Danae Millan Date: Mon, 12 Apr 2021 23:00:36 -0300 Subject: [PATCH] Remove extra space in the 'input' props --- packages/react-input/lib/react-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-input/lib/react-input.js b/packages/react-input/lib/react-input.js index 8135c17f..b8cdb2eb 100644 --- a/packages/react-input/lib/react-input.js +++ b/packages/react-input/lib/react-input.js @@ -36,7 +36,7 @@ const Input = ( { id={ uniqueId } type={ type } className={ clazz } - { ... props } + { ...props } /> { description && (

{ description }