insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Remove Legacy Lifecycle Methods #127

Open Radu-Dunarentu opened 6 years ago

Radu-Dunarentu commented 6 years ago

Migrate away from legacy lifecycle methods like: componentWillReceiveProps, componentWillMount, componentWillUpdate to support application using React.StrictMode.

pedrosimao commented 4 years ago

thumbs up. Nobody seem to maintain this repo though. What have you done?