-
Hi,
I am getting this error below when I do 'yarn build'
```
yarn run v1.3.2
$ react-scripts-ts build …
-
I’m developing a React application using Vite, and I'm facing an issue where the app displays a white blank screen only on iOS devices. But it works perfectly on Android devices and desktop browsers. …
-
"node_modules/react-dropzone-component/typescript/types"' has no exported member 'DropzoneFile'.
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `reactablejs@0.3.0` for the project I'm working on.
…
-
[react-styleguidist](https://react-styleguidist.js.org) is a styleguide generator for React components that I've been contributing and using for [react-dropzone](https://react-dropzone.js.org) success…
-
i was wondering if its possible for a new feature to be added to rx.upload wherein if a user has a file (like a screenshot) stored in their clipboard, they can press ctrl+v onto a rx.upload component …
-
**Describe the bug**
For some reason dropzone accepts any drag event as droppable and "file". If you drag a link, or other image from existing site onto dropzone it will get reuploaded (or at least t…
-
```
![image](https://user-images.githubusercontent.com/43983588/203244231-629f445f-227e-43f7-949f-3b52ad89949b.png)
```
```
GET https://employee.raralabs.live/ 404 (Not Found)
employee.rarala…
-
Hi Kyle, noticed that Dropzone is not easily usable to those that browse the web without a mouse. In your examples, I am unable to tab into the drop zone in order to open the upload window.
Would i…
-
I'd like to be able to resize images on the client side before uploading them to the server. This would require some way to hook into the upload process.
I've tried Dropzone.onChange, but processi…