react-places-autocomplete
react-places-autocomplete copied to clipboard
Using deprecated unsafe life cycle method (componentWillReceiveProps)
Bug This plugin is super useful however it makes use of the method componentWillReceiveProps which is no longer supported by React. React continues to evolve in many directions and now they are getting rid of classes in preference to functions. I still have clients that are React heavy but more and more are moving to other frameworks due to the instability and constant breaking changes being introduced to React.
React will continue to be a key framework for the future so maybe
- Rewrite to use functional paradigm
- Fix the deprecated method in the current class implementation
Hi! I would like to work on this issue. I am new to this so can someone kindly give me a head start?
Could you point us to where componentWillReceiveProps
is used?
Related to: #311