-
Notifications
You must be signed in to change notification settings - Fork 780
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
Comments
I am hitting a similar warning: |
I'll check this out, and something duplicated with #590. Thanks :) |
Fixed on |
Thank you. |
@doshisunny, could you show you code and what's the version of |
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 onToastContainer
. 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 onToastContainer
. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes librarywarning.js:44 Warning: You are manually calling a React.PropTypes validation function for the
toastMessageFactory
prop onToastContainer
. 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.The text was updated successfully, but these errors were encountered: