bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

Deprecation warning with React 16.9.0 #52

Closed michal-filip closed 5 years ago

michal-filip commented 5 years ago

Describe the bug Getting this warning when using FieldControl with React 16.9.0: Warning: componentWillReceiveProps has been renamed (...).

To Reproduce

  1. Use FieldControl component in your app running React 16.9.0 (probably any other 16.x will show the same warning, with 17.x it will not work).

Expected behavior No warning shown.

Desktop (please complete the following information):

Chances are, I will create a fix PR for this later this week.