old v-for ref array behaviour is back, is this intended?
Version
3.2.25
Reproduction link
Steps to reproduce
see codesandbox
What is expected?
template refs can be accessed by their key
What is actually happening?
template refs are grouped as an array in v-for since version 3.2.25
is this intended?
Yes. See https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md#3225-2021-12-12