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

Celledit displaying multiple warnings #613

Closed
doshisunny opened this issue Aug 8, 2016 · 5 comments
Closed

Celledit displaying multiple warnings #613

doshisunny opened this issue Aug 8, 2016 · 5 comments

Comments

@doshisunny
Copy link
Contributor

When I click on celledit first time I am getting following warnings.
Functionality is working correctly.

warning.js:44 Warning: You are manually calling a React.PropTypes validation function for the toastType prop on ToastContainer. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library.

warning.js:44 Warning: You are manually calling a React.PropTypes validation function for the id prop on ToastContainer. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library

warning.js:44 Warning: You are manually calling a React.PropTypes validation function for the toastMessageFactory prop on ToastContainer. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library.

@pingwang
Copy link

pingwang commented Aug 8, 2016

I am hitting a similar warning:
vendor.bundle.js:25921Warning: You are manually calling a React.PropTypes validation function for the path prop on Route. This is deprecated and will not work in 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

@AllenFang
Copy link
Owner

I'll check this out, and something duplicated with #590. Thanks :)

@AllenFang
Copy link
Owner

Fixed on v2.4.4. thanks :)

@doshisunny
Copy link
Contributor Author

Thank you.
This is still happening for me. But I will check and see if this is something because of my custom code changes.

@AllenFang
Copy link
Owner

@doshisunny, could you show you code and what's the version of react you installed?

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

3 participants