bietkul / react-reactive-form

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

fix(#52): refactor to componentDidMount to avoid deprecation warning #54

Closed michal-filip closed 4 years ago

michal-filip commented 4 years ago

This should fix #52 - deprecation warnings and make the library compatible with React 17.x. This replaces PR #53 and addresses comments.