new ref sugar is not consistent with non-sugar ref in template refs
Version
3.2.0-beta.7
Reproduction link
Steps to reproduce
go to the minimal reproduction link, open the console and see that the new ref sugar is undefined
What is expected?
getting RefImpl
What is actually happening?
getting undefined
The expected result is getting the HTML element in the onMounted()
hook. This is working properly