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

onFileSuccess props don't show any information #30

Open
thiagocarnaes opened this issue Nov 12, 2018 · 0 comments
Open

onFileSuccess props don't show any information #30

thiagocarnaes opened this issue Nov 12, 2018 · 0 comments

Comments

@thiagocarnaes
Copy link

Hello,

I'm trying to get the information of file and message on props onFileSuccess, but it didn't trigger.

How can I get this information?

onFileSuccess={(file, message) => {
console.log(file, message);
this.props.setFiles(file, message);
this.inputDisable = false;
}}

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

No branches or pull requests

1 participant