Closed jperelli closed 1 year ago
This fixes the following error I got:
InvalidStateError: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string
which made my tests in vitest fail.
Released in v0.81.0
This fixes the following error I got:
which made my tests in vitest fail.