FileUpload errors after I move repeater field sort order.

Hi, I get an interesting error. If I add new item to repeater field and upload image, then everything works fine. But if I add new item, then move it to some different location and then try to upload image, I get error below:

file-upload.js?v=3.2.119.0:40 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getFiles')
    at V (file-upload.js?v=3.2.119.0:40:97833)
    at file-upload.js?v=3.2.119.0:1:12793


And then submit button is in loading state, and I cannot save the record. Do anyone had same issue and resolved it?
Solution
This did not helped, but upgrading to filament 3.3 did.
Was this page helpful?