transition-group is broken. these mini apps prove it
Vue version
3.3.0-alpha.9
Link to minimal reproduction
https://codepen.io/dhika345/pen/XWxbVoy
Steps to reproduce
go to codepen. play with the prev next button
What is expected?
not buggy
What is actually happening?
buggy
System Info
No response
Any additional comments?
the same one is built with Vue 2.5: https://codepen.io/dhika345/pen/yLRNpQK
seems working as expected.
if the Vue 3 one is not buggy, so how do I solve the slide transition on Vue 3?
.slide-enter-to
https://v3-migration.vuejs.org/breaking-changes/transition.html
I'd appreciate if you would modify the Vue 3 version to make it work. thanks anyway (tho I don't think you solved any issue here)