reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Migrate away from componentWillMount and componentWillReceiveProps #326

Open heikkilamarko opened 6 years ago

heikkilamarko commented 6 years ago

The latest React discourages using componentWillMount and componentWillReceiveProps. https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html