Lind 3 лет назад
Родитель
Сommit
15044d1a35
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/HeaderSearch/index.tsx

+ 1 - 0
src/components/HeaderSearch/index.tsx

@@ -31,6 +31,7 @@ const HeaderSearch: React.FC<HeaderSearchProps> = (props) => {
     ...restProps
   } = props;
 
+  // @ts-ignore
   const inputRef = useRef<Input | null>(null);
 
   const [value, setValue] = useMergedState<string | undefined>(defaultValue, {