diff --git a/packages/react/src/components/TextInput/index.tsx b/packages/react/src/components/TextInput/index.tsx index 3c3a1c1..ee90259 100644 --- a/packages/react/src/components/TextInput/index.tsx +++ b/packages/react/src/components/TextInput/index.tsx @@ -6,7 +6,7 @@ export interface TextInputProps extends ComponentProps { } export const TextInput = forwardRef, TextInputProps>( - ({ prefix, ref, ...props }: TextInputProps) => { + ({ prefix, ...props }: TextInputProps, ref) => { return ( {!!prefix && {prefix}}