You can also include this in your input element if you know you are not going to be using the built-in file input value at all.
This way the value is always reset to the empty string on render and you don't have to include it awkwardly in an onChange function.