RD17 / react-trumbowyg

React wrapper for lightweight WYSIWYG editor Trumbowyg
MIT License
146 stars 21 forks source link

React.PropTypes validation #4

Open Su-kan opened 7 years ago

Su-kan commented 7 years ago

Hi I am getting the following error while importing the Trumbowyg element in my reactjs code.

You are manually calling a React.PropTypes validation function for the id prop on t. 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.

Kindly help to resolve the issue.

optimatex commented 7 years ago

I have the same