Dewantoro Triatmojo
Dewantoro Triatmojo
> Same issue in Sveltekit > > **EDIT:** @Aaditya-23 I have found the culprit. Migrate should only be called in the build/deployment phase. When the `migrate(...)` function is called in...
> ```tsx > onChange={(e) => > field.onChange(e.target.files ? e.target.files[0] : null) > } > ``` Have you find a solution to this?
> @dewodt did you find an answer? Not yet, I haven't got time to find the bug in the source code.