Closed
Description
🐛 Bug Report
When re-rendering a list and adding a children, the items are added after the existing elements in the DOM, the ones that should be removed. They're transitioned out, and something is getting removed, but not everything that needs to be
To Reproduce
Expected behavior
Elements render in-place, rather than each item addition resulting in a new set of entries below the existing.
Link to repro (highly encouraged)
Environment
react-spring
v9.0.0-808.17
react
v16.12.0