Skip to content
New issue

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

Fix/file input disabled #1052

Open
wants to merge 1 commit into
base: release/3.0.0
Choose a base branch
from

Conversation

MartinWeb
Copy link
Contributor

Related issue

#1051
#1050

Person(s) for reviewing proposed changes

@arnaudforaison @samuel-gomez @JLou @buddyvegas

Important

This pull request introduces a breaking change based on the specification of react-dropzone. The accept parameter is not a basic string anymore. I have documented it in the README.

@JLou JLou added this to the V3.0.0 milestone Sep 5, 2023
@@ -17,7 +17,7 @@
"build": "lerna run build && npm run style",
"postversion": "rimraf package-lock.json && npm i --force --ignore-scripts && git add package-lock.json && git commit --amend --no-edit",
"style": "node ./scripts/style.js",
"storybook": "start-storybook -p 9009 -s storybook-public",
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 9009 -s storybook-public",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il y en a encore besoin ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants