Transition Group doesn't work with vue.global.prod.js
Version
3.0.4
Reproduction link
https://codesandbox.io/s/vue3-transition-group-q71ff-q71ff?file=/index.html
Steps to reproduce
use "vue.global.prod.js"
What is expected?
working, like "vue.global.js"
What is actually happening?
transition is not working
I copied the example from the documentation: https://v3.vuejs.org/guide/transitions-list.html#list-move-transitions
I rebase the latest master and debug this bug, strangely, it works fine.
I used the previous version and encountered the same problem, only global.prod.js
I uploaded the code of my local build.see my demo https://codesandbox.io/s/vue3-transition-group-q71ff-forked-8jbkb?file=/index.html
Note: my local code is latest master branch.It's different from version 3.0.4. Maybe the next release it will be fixed.