-
Notifications
You must be signed in to change notification settings - Fork 922
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
Removed defaultProps. #893
base: master
Are you sure you want to change the base?
Removed defaultProps. #893
Conversation
4f84b36
to
1d887a1
Compare
I don't know if this was merged with the main branch but Installed this package and got the same error for checkboard and one more. Doesn't seen resolved. |
Hi @Micode360 Thank you for your feedback. If you installed this branch it's possible your version manager kept using the original since the version did not change. I have successfully removed all warnings from one of my projects by using the main branch of my fork: Let me know if that fixes the warnings for you. There is another warning with the |
@fernandojpps okay. I ended using another. But if I need it again, I will install it. |
can anyone check this please? |
|
bump |
This needs to be merged in order to keep up with react. |
yes please |
@casesandberg Can we have this merged please? |
any updates? |
@casesandberg Can you take a look at this when you are free? I think it can be merged. Thanks |
begging |
interested in this getting merged also! |
Bump |
This PR removes
defaultProps
from every function component, solving issue #888 .Changes in
package.json
were needed to successfully build and test the project.