Currently I get this
Argument of type 'FileList | null' is not assignable to parameter of type 'Updater<null>'.
Type 'FileList' is not assignable to type 'Updater<null>'.
Type 'FileList' provides no match for the signature '(input: null): null'.ts(2345)
(property) React.ChangeEvent<HTMLInputElement>.target: EventTarget & HTMLInputElement