Type 'RefObject<unknown>' is not assignable to type 'LegacyRef<HTMLInputElement> | undefined'.
Type 'RefObject<unknown>' is not assignable to type 'RefObject<HTMLInputElement>'.
Type 'unknown' is not assignable to type 'HTMLInputElement'.
不能将类型“RefObject<unknown>”分配给类型“LegacyRef<HTMLInputElement> | undefined”。
不能将类型“RefObject<unknown>”分配给类型“RefObject<HTMLInputElement>”。
不能将类型“unknown”分配给类型“HTMLInputElement”。ts(2322)