From 7db4c67a2ab54b9526c4befb9ee70c4d9f52fe6d Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Fri, 18 Nov 2022 17:13:47 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(global):=20replaced=20class?= =?UTF-8?q?=20from=20className.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-input/lib/react-input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-input/lib/react-input.js b/packages/react-input/lib/react-input.js index 0e9a2fb6..47a9e093 100644 --- a/packages/react-input/lib/react-input.js +++ b/packages/react-input/lib/react-input.js @@ -161,7 +161,7 @@ const InputWithRef = React.forwardRef(({ )} {prefix && ( - {prefix} + {prefix} )} { type === 'password' ? ( @@ -177,7 +177,7 @@ const InputWithRef = React.forwardRef(({ )} {suffix && ( - {suffix} + {suffix} )} { errorStatus && errorDescription && (