I've made a notification system with react-flip-move. It works fine if I add item one by one. But if I add items quickly, the position new item occurs is wrong.
i suggest you solve this in your codebase by using some method of debounce, with the debounce timer being the length of your animation. here are three examples:
I've made a notification system with react-flip-move. It works fine if I add item one by one. But if I add items quickly, the position new item occurs is wrong.
see