react-places-autocomplete icon indicating copy to clipboard operation
react-places-autocomplete copied to clipboard

Using deprecated unsafe life cycle method (componentWillReceiveProps)

Open scryan7371 opened this issue 5 years ago • 2 comments

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

  1. Rewrite to use functional paradigm
  2. Fix the deprecated method in the current class implementation

scryan7371 avatar Feb 12 '20 15:02 scryan7371

Hi! I would like to work on this issue. I am new to this so can someone kindly give me a head start?

nirmalmarian avatar Feb 27 '20 10:02 nirmalmarian

Could you point us to where componentWillReceiveProps is used?

Related to: #311

sambokai avatar May 17 '20 10:05 sambokai