kaivi / ReactInlineEdit

Simple React component for in-place text editing and validation
MIT License
170 stars 90 forks source link

Deprecation warning when using React 15.5 #33

Open esellin opened 7 years ago

esellin commented 7 years ago

With React 15.5, importing PropTypes from React is deprecated in favour of importing from the new 'prop-types' package.

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

Can ReactInlineEdit be updated?

aroach commented 7 years ago

Now with React 16 out, this is a a breaking issue FWIW.