I am trying to use Uppy for S3 multipart uploads in a Laravel/Livewire project. Uploads are working fine, but the drag-and-drop interface is unusable. Hovering over the main drop area results in a flickering screen, and the file is not added to the uploader. The only way to get it to work is to drop it on the very fringe of the upload widget.
Here is a video.
I can provide the code I’m using if that would be helpful, but I’m just using defaults for the Dashboard in this scenario.
Help!