n49 / react-stars

A simple star rating component for your React projects :star:
http://developers.n49.com/react-stars/
218 stars 82 forks source link

Changed componentWillReceiveProps to UNSAFE_componentWillReceiveProps #75

Open MushfiqMashuk opened 1 year ago

MushfiqMashuk commented 1 year ago

componentWillReceiveProps has been renamed and is not recommended for use. Renamed componentWillReceiveProps to UNSAFEcomponentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE name will work.