react-stack-grid
react-stack-grid copied to clipboard
Item doesn't reappear if the disappear animation is not finished before it is asked to appear again
Basically if an item (with same key) disappears then appears again quickly then the item is rendered on the DOM but the item CSS properties make it be invisible.
If the disappear animation is allowed to play until the end before showing the item again then it works correctly.
I am sorry for the delay in my response :sob: Thank you for your valuable report!
It would be extremely helpful if you could provide reproducible minimum code if possible :+1: