-
Notifications
You must be signed in to change notification settings - Fork 89
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
Refactor of defaultProps usages to use default parameters instead #1439
Comments
Hi @danbrown7
Not really. We had some plans to release a new major version of the packages, but it turned out there was no need for substantial changes. So I think we should focus on the refactoring you have mentioned ASAP. |
@danbrown7 can you share what packages and what versions you use? |
I currently use All on version 3.22.1 |
@danbrown7 a new version with a fix should be released shortly. |
🎉 This issue has been resolved in version 3.22.3 🎉 The release is available on |
Scope: All around the library
Description
When using numerous different components across the library, this error is received
Warning: FormTemplate: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Schema
Any minimal schema which uses a MUI Text box or something will reproduce this
Is there a timeline for this refactoring/will it be occuring?
The text was updated successfully, but these errors were encountered: