Przeglądaj źródła

feat(header): ts-ignore

Lind 3 lat temu
rodzic
commit
15044d1a35
1 zmienionych plików z 1 dodań i 0 usunięć
  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, {