dreyescat / react-rating

A rating react component with custom symbols.
http://dreyescat.github.io/react-rating/
MIT License
516 stars 94 forks source link

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is #146

Open carminoplata opened 4 years ago

carminoplata commented 4 years ago

Hi everybody,

Does someone deal with this warning?

`Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.

Please update the following components: Rating, RatingAPILayer`

dreyescat commented 3 years ago

Yep. We need to refactor the component to get rid of this deprecated method.

I'm open to contributions.

The #134 issue was created to track the move towards a controlled component that will let us to get rid of this deprecated lifecycle method.

bayramn commented 3 years ago

I still have same issue. How can I resolve it?

carlocilento commented 2 years ago

The issue is still present as of January 2022 :/

mleister97 commented 2 years ago

Issue does still exist

BorjaRafolsMartinez commented 2 years ago

Fixed it in here Selectra-Dev/react-rating#b76396d4c9c1680153817d7869a6d152d1985a90

mariomeraz commented 2 years ago

Fixed it in here Selectra-Dev/react-rating#b76396d4c9c1680153817d7869a6d152d1985a90

yarn add https://github.com/Selectra-Dev/react-rating.git

arcasoy commented 2 years ago

Are there any plans to merge those changes^ into this repo?

Yvad60 commented 2 years ago

The issue still exists July 2022

mariomeraz commented 2 years ago

Are there any plans to merge those changes^ into this repo?

Is Fork, and no have idea...

Phasor commented 1 year ago

Any update as of January 2023? Issue is still here.

Roger5791 commented 2 months ago

Any Update....?