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(ProgressBar): Don't use deprecated prop for CircularProgress #186

Merged
merged 1 commit into from
May 12, 2021

Conversation

cogwirrel
Copy link
Member

This gets rid of the warning message printed in the chrome console:

Warning: Failed prop type: Material-UI: `variant="static"` was deprecated. Use `variant="determinate"` instead.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This gets rid of the warning message printed in the chrome console:

```
Warning: Failed prop type: Material-UI: `variant="static"` was deprecated. Use `variant="determinate"` instead.
```
@cogwirrel cogwirrel requested a review from agdimech May 12, 2021 07:54
@cogwirrel cogwirrel merged commit 3b79859 into main May 12, 2021
@cogwirrel cogwirrel deleted the fix/progress-bar-warning branch May 12, 2021 08:18
@aws-prototyping-bot
Copy link
Collaborator

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants