bietkul / react-reactive-form

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

fix(#52): refactor to useDerivedStateFromProps to avoid deprecation warning #53

Closed michal-filip closed 5 years ago

michal-filip commented 5 years ago

This should fix #52 - deprecation warnings and make the library compatible with React 17.x. Being this my first upgrade to useDerivedStateFromProps, please check if what I've done makes sense (but it seems to be working just fine on my project).

jbagaresgaray commented 5 years ago

Please merge this PR thank you....

bietkul commented 5 years ago

Sure, I'll review the PR & release a new version today.