react-flip-move icon indicating copy to clipboard operation
react-flip-move copied to clipboard

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.

Results 36 react-flip-move issues
Sort by recently updated
recently updated
newest added

Here's all that's going on in my .tsx: ``` const stuff = [1, 2, 3] return ( {stuff.map((item) => { return ( some div ); })} ); ``` I get...

I'm making a app so I need to know will this work with react native

Hi, I am rendering form elements which are functional components and trying to use FlipMove with them like this: ``` {components_length ? getComponents(components, dispatch):null} ``` However I am getting this...

This seems like things have been deprecated that flipmove is using? I'm using React 18 ![image](https://user-images.githubusercontent.com/1400380/165029253-ae1a0055-2f7d-4291-a933-587c3c05cb90.png) > react_devtools_backend.js:3973 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate...

I'm using React 18. This is a type error, but if forced to output it actually works just fine. So this component is requiring something that's too narrow? This even...

Hi folks! I started working on React Flip Move about 2.5 years ago, in January of 2016. Since then, this library has become widely used, getting dowloaded over 100,000 times...

help wanted

Hello, I'm trying to use this library, but when I import this block of code in my page: ```html ``` I'm getting this error in the console: ``` Uncaught TypeError:...

Hi Team flipmove feature was working fine and now its not working , and i havent made any changes to code. Repo : https://github.com/AravindMurgan/Twitter_clone.git F:\React_Projects\Twitter\my-app\src\component\Feeds\Feed.js : Flipmove component F:\React_Projects\Twitter\my-app\src\component\Feeds\Posts\Posts.js :...

I can see the list being shuffled correctly but onFinishAll doesn't seem to be firing. This only occurs for the first shuffle.

https://github.com/joshwcomeau/react-flip-move/blob/9b7033c52865202b1ea27265baa7fa4c8779eb2a/examples/components/Footer.jsx#L26 Is `new Date()` purposefully left as text? If not, I think enclosure with `{}` is missing.