All checks were successful
CI / update (push) Successful in 1m21s
Replace $effect + bind:files approach with straightforward onchange handler: - Use event.currentTarget.files[0] to get selected file - Avoid reactive complexity that caused infinite loops - Add bind:this reference to file input for clearing - Clean implementation that works reliably in Svelte 5