joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.09k stars 258 forks source link

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. Please update the following components: FlipMove #256

Closed Bishesh58 closed 3 years ago

Bishesh58 commented 3 years ago

FlipMove

Anyone having this issue? I had used FlipMove previously but had no issue. I'm using "react": "^17.0.1" & "react-flip-move": "^3.0.4" for this simple project and had this issue. Could anyone help with how to fix this issue?

BenElferink commented 3 years ago

Same for me...

tobilen commented 3 years ago

this is unlikely to be adressed, seeing as the project is not maintained anymore. and refactoring the existing implementation to functional components would mean a major rewrite.

i suggest you switch to https://github.com/aholachek/react-flip-toolkit or some other alternative.

Bishesh58 commented 3 years ago

Thank you, Tobilen for the suggestion. I will look into alternatives. Thanks!