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.08k stars 259 forks source link

Warning: Using UNSAFE_componentWillReceiveProps #279

Open PedrohvFernandes opened 2 weeks ago

PedrohvFernandes commented 2 weeks ago

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: FlipMove

aegimserar commented 4 days ago

I have the same issue when trying to use the library in a Next.js app (14.2.9). Any ideas when will this be fixed? Or are there any other libraries that do the same job as <FlipMove typeName={null} duration={500}> ?