Closed kyle-ahlstrom closed 3 months ago
Hi @kyle-ahlstrom, thank you for identifying this issue! The problem has now been resolved, and you can use v0.3.2 to confirm whether this issue will reoccur.
@Daydreamer-riri it looks like it's resolved now! thank you for the quick response!
When using an array of Objects along with the useListTransition hook, I am getting an animation bug where a duplicate div is added into the DOM momentarily and then removed when one of the Objects in the Array is updated resulting in an animation bug. I have ensured that we are using the KeyExtractor correctly and that each parent div has a unique key but I still see this bug persist.
Example:
Code Sandbox (not always reproducible but you can see it occasionally happen when clicking the 'update last item' button) : https://codesandbox.io/p/sandbox/transition-test-forked-7v4hcm