I implement the input component like: ```tsx <input value={value} onChange={setValue}> ``` but when I try to clear the value with: ```tsx setValue(''); ``` the input doesn't update.