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

warning for React.PropTypes validation #27

Closed
sabatsu opened this issue Jan 15, 2017 · 5 comments
Closed

warning for React.PropTypes validation #27

sabatsu opened this issue Jan 15, 2017 · 5 comments

Comments

@sabatsu
Copy link

sabatsu commented Jan 15, 2017

I get this warning using it...
Warning: You are manually calling a React.PropTypes validation function for the formAPI prop on Form. This is deprecated and will not work in production with the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.

Does someone can help me with that?

@tannerlinsley
Copy link
Collaborator

tannerlinsley commented Jan 15, 2017 via email

@tannerlinsley
Copy link
Collaborator

Closing for now. If you have more questions, let's continue the discussion in the closed issue.

@sabatsu
Copy link
Author

sabatsu commented Jan 20, 2017

No i am not.

@sabatsu
Copy link
Author

sabatsu commented Feb 17, 2017

Hey @tannerlinsley ...
could you please help me with that?
I am getting this warning -
Warning: You are manually calling a React.PropTypes validation function for the zoom prop on ReactCropper. This is deprecated and will not work in production with the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.

@tannerlinsley
Copy link
Collaborator

Hi @sabatsu. React-form doesn't utilize any prop-types anywhere in it's source code, and it's dependencies are also free of its usage as well. I can't be sure, but it sounds like you are using a component that does. https://facebook.github.io/react/warnings/dont-call-proptypes.html for more information.

If you could please reproduce the problem in this webpack-bin, that would extremely helpful in figuring out the solution :)

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

2 participants