about image removal issue after calling removeFile function

Hello Uppy,

i am using uppy library to image and files upload in my laravel website,
it’s uploading perfectly with autoprocess true ( XHRupload ) and i have made custom remove button on every image to remove uploaded image from server using .

remove image is working fine and i am removing particular file from uppy using removeFile function but after that other images html is reinitialized and my custom remove button is not working after fire removeFile function.

in short if i have upload 10 files it’s uploaded to server and i have remove first file then other 9 files are lost custom remove button from top… means uppy library reinitialize html after removeFile function …

so can you help me to resolve this issue or do you have any option to remove file after uploaded to server.

Please let me know if you have any specific solution.

Thanks