-
Running `yarn outdated` in the root of the project yields quite some outdated dependencies:
yarn outdated
```log
@babel/core 7.6.4 7.17.9 7.17.9 @pa…
-
Looks like there's been no commits or releases for at least a year?
-
Someone can help me, to know how I can do with dropzone to upload chunk is parallel. I have this component in react.
```
import React from 'react';
import DropzoneComponent from 'react-dropzone-c…
ghost updated
5 years ago
-
### User Story
As a QA
I want Cypress to be able to upload files in file input sections
So that I can run automated regression tests that utilize that feature
### Definition of Done
The `react-dropzo…
-
If the below description of a bug is me just misusing the react-dropzone-uploader API, please let me know. 😄
I'm looking to upload files using the [firebase API](https://firebase.google.com/docs/…
-
Hello, I'm upgrading my remix application from version 1 to version 2 and I am getting this error:
```
[info] building...
[info] built (14.8s)
node:internal/process/esm_loader:40
internalBi…
-
Using Tanstack Start + Convex. Noticing this warning in the browser's console. I'm not sure how to fix it.
I'm importing `import { useUploadFiles } from "@xixixao/uploadstuff/react";` in a tsx fil…
-
The following links are broken (https://react-dropzone-uploader.js.org/docs/customization)
>> Usage >> Customization >> Default Components
InputComponent
PreviewComponent
SubmitButtonComponent
…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
when we want to allow users to selec…
-
I was trying to make the basic component work on react native project
```
const Standard = () => {
const getUploadParams = () => {
return { url: 'https://httpbin.org/post' }
}
cons…