template ref of components created with script setup are empty objects
Version
3.0.5
Reproduction link
https://github.com/schelmo/vue3-ref-script-setup
Steps to reproduce
clone the repo
yarn install
yarn vite
open browser and console
What is expected?
the ref value (in HelloWorld.vue) should get the component instance assigned
What is actually happening?
an empty object is assigned
https://github.com/vuejs/rfcs/blob/script-setup-2/active-rfcs/0000-script-setup.md#closed-by-default
having same issue, but link is broken