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

progress is not a part of state but using in multiple places. #2537

Closed
venkateshpachigulla opened this issue Dec 19, 2021 · 1 comment · Fixed by #2539
Closed

progress is not a part of state but using in multiple places. #2537

venkateshpachigulla opened this issue Dec 19, 2021 · 1 comment · Fixed by #2539
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@venkateshpachigulla
Copy link

return <ProgressBar value={this.state.progress} showValue={false} />;

When I am using custom upload as true then progress is not displaying.

@melloware
Copy link
Member

melloware commented Dec 19, 2021

Thanks for the report. PR Submitted!

@mertsincan mertsincan added this to the 7.1.1 milestone Jan 13, 2022
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants