diff --git a/src/Input.tsx b/src/Input.tsx index ba7c65d0d..72b3628c7 100644 --- a/src/Input.tsx +++ b/src/Input.tsx @@ -72,7 +72,7 @@ export const Input = memo( const nativeInputOrTextAreaProps = (textArea ? nativeTextAreaProps : nativeInputProps) ?? {}; - const NativeInputOrTexArea = textArea ? "textarea" : "input"; + const NativeInputOrTextArea = textArea ? "textarea" : "input"; assert>(); @@ -118,7 +118,7 @@ export const Input = memo( {(() => { const nativeInputOrTextArea = ( -