Anusha Bhat

Results 2 issues of Anusha Bhat

I am using the following versions :- - react-sortable-tree 2.8 - react-sortable-tree-theme-file-explorer 2.0.0 - next 9.4.4 I have used it as follows :- ``` const FileExplorerTheme = dynamic(() => import("react-sortable-tree-theme-file-explorer"),...

We have bulk image upload to S3 using delayed_job. For a single image, it is working correctly. However, in case of multiple, only the first image gets uploaded to s3...