After upload multiple files they change position

I use this code:
FileUpload::make('images')->label('Галерея зображень')->image()->multiple()->reorderable(),

I uploaded file in format: 1,2,3,4,5,6
But after uploading they changed their position, every time i got different result, example on screen.

I updated Filament to v3, update all packages, but no have idea why it happened.
image.png
image.png
Was this page helpful?