We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am using React 18 (cra) with Uppy 2.1.10 with drag-and-drop and I keep hitting the nanoid error. I commented out the React.StrictMode but no luck.
I added below the package.json content.
{ "name": "test-app", "version": "0.1.0", "private": true, "dependencies": { "@aws-amplify/ui-react": "^2.0.0", "@uppy/aws-s3-multipart": "^2.2.2", "@uppy/core": "^2.1.10", "@uppy/drag-drop": "^2.0.7", "@uppy/golden-retriever": "^2.0.6", "@uppy/progress-bar": "^2.0.4", "aws-amplify": "^4.3.20", "axios": "^0.26.1", "bootstrap": "^5.1.3", "prop-types": "^15.8.1", "react": "^18.1.0", "react-bootstrap": "^2.3.0", "react-dom": "^18.1.0", "react-dropzone": "^14.1.1", "react-icons": "^4.3.1", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "reactstrap": "^9.0.2", "sass": "^1.51.0", "uuid": "^8.3.2", "web-vitals": "^2.1.0" }, "scripts": { "start": "react-scripts start", "dev": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #3537 and #3376. It's a problem on the CRA side, not ours.
Sorry, something went wrong.
No branches or pull requests
Hello,
I am using React 18 (cra) with Uppy 2.1.10 with drag-and-drop and I keep hitting the nanoid error.
I commented out the React.StrictMode but no luck.
I added below the package.json content.
{ "name": "test-app", "version": "0.1.0", "private": true, "dependencies": { "@aws-amplify/ui-react": "^2.0.0", "@uppy/aws-s3-multipart": "^2.2.2", "@uppy/core": "^2.1.10", "@uppy/drag-drop": "^2.0.7", "@uppy/golden-retriever": "^2.0.6", "@uppy/progress-bar": "^2.0.4", "aws-amplify": "^4.3.20", "axios": "^0.26.1", "bootstrap": "^5.1.3", "prop-types": "^15.8.1", "react": "^18.1.0", "react-bootstrap": "^2.3.0", "react-dom": "^18.1.0", "react-dropzone": "^14.1.1", "react-icons": "^4.3.1", "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "reactstrap": "^9.0.2", "sass": "^1.51.0", "uuid": "^8.3.2", "web-vitals": "^2.1.0" }, "scripts": { "start": "react-scripts start", "dev": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }
The text was updated successfully, but these errors were encountered: